blob: c24299e6e097c2da9929e3648341d6f31c6b718f [file] [log] [blame] [raw]
Matt Godbolt49e1ad92016-08-18 23:41:36 -05001({
2 appDir: "static",
3 baseUrl: ".",
4 dir: "out/dist",
5 generateSourceMaps: true,
6 preserveLicenseComments: false,
7 optimize: "uglify2",
8 removeCombined: true,
9 useStrict: true,
10 mainConfigFile: "static/main.js",
Matt Godbolt3e318e42016-09-30 08:09:29 -050011 skipDirOptimize: true,
12 optimizeCss: "standard",
Matt Godbolt608cf802017-01-15 09:23:14 -060013 paths: { "vs": "empty:" },
Matt Godbolt49e1ad92016-08-18 23:41:36 -050014 modules: [
15 {
16 name: "main"
17 }
18 ]
19})