We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e71b37 commit 9c79846Copy full SHA for 9c79846
config.bundle.js
@@ -3,7 +3,7 @@ var webpack = require('webpack');
3
const angularExternals = require('webpack-angular-externals');
4
5
module.exports = [{
6
- mode: 'production',
+ mode: 'development',
7
entry: path.join(__dirname, './dist/index.js'),
8
output: {
9
umdNamedDefine: true,
@@ -35,7 +35,7 @@ module.exports = [{
35
]
36
}
37
}, {
38
39
entry: path.join(__dirname, './dist/builder/animation_builder.js'),
40
41
0 commit comments