Skip to content

Instantly share code, notes, and snippets.

@andredublin
Created November 28, 2016 02:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andredublin/7d47d749d887526a70b8c56ca4ae273a to your computer and use it in GitHub Desktop.
Save andredublin/7d47d749d887526a70b8c56ca4ae273a to your computer and use it in GitHub Desktop.
fable config using rollup
{
"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