Skip to content

Commit 9c79846

Browse files
committed
Maintain uncompressed bundles
1 parent 9e71b37 commit 9c79846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.bundle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var webpack = require('webpack');
33
const angularExternals = require('webpack-angular-externals');
44

55
module.exports = [{
6-
mode: 'production',
6+
mode: 'development',
77
entry: path.join(__dirname, './dist/index.js'),
88
output: {
99
umdNamedDefine: true,
@@ -35,7 +35,7 @@ module.exports = [{
3535
]
3636
}
3737
}, {
38-
mode: 'production',
38+
mode: 'development',
3939
entry: path.join(__dirname, './dist/builder/animation_builder.js'),
4040
output: {
4141
umdNamedDefine: true,

0 commit comments

Comments
 (0)