
5 changed files with 25 additions and 2 deletions
@ -0,0 +1,16 @@
|
||||
({ |
||||
appDir: "static", |
||||
baseUrl: ".", |
||||
dir: "out/dist", |
||||
generateSourceMaps: true, |
||||
preserveLicenseComments: false, |
||||
optimize: "uglify2", |
||||
removeCombined: true, |
||||
useStrict: true, |
||||
mainConfigFile: "static/main.js", |
||||
modules: [ |
||||
{ |
||||
name: "main" |
||||
} |
||||
] |
||||
}) |
Loading…
Reference in new issue