Skip to content

Commit baef2a2

Browse files
committed
Disable webpack minification
1 parent 84ddd73 commit baef2a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ng-sample/webpack.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ module.exports = {
4141
global: 'global',
4242
__dirname: '__dirname'
4343
}),
44-
new webpack.optimize.UglifyJsPlugin({
45-
compress: {
46-
warnings: true
47-
}
48-
})
44+
//new webpack.optimize.UglifyJsPlugin({
45+
//compress: {
46+
//warnings: true
47+
//}
48+
//})
4949
]
5050
};

0 commit comments

Comments
 (0)