Created
November 28, 2016 02:28
-
-
Save andredublin/7d47d749d887526a70b8c56ca4ae273a to your computer and use it in GitHub Desktop.
fable config using rollup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"targets": { | |
"develop": { | |
"sourceMaps": true, | |
"projFile": "./src/app/app.fsproj", | |
"outDir": "temp", | |
"verbose": true, | |
"watch": true, | |
"rollup": { | |
"entry": "./public/bundle.js", | |
"dest": "./public/bundle.js", | |
"format": "cjs" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment