initial webpack build, #632
This commit is contained in:
8
webpack/webpack.prod.conf.js
Normal file
8
webpack/webpack.prod.conf.js
Normal file
@@ -0,0 +1,8 @@
|
||||
const baseWebpackConfig = require('./webpack.base.conf');
|
||||
const NgAnnotatePlugin = require('ng-annotate-webpack-plugin');
|
||||
|
||||
var conf = baseWebpackConfig;
|
||||
conf.mode = 'production';
|
||||
conf.plugins.push(new NgAnnotatePlugin());
|
||||
|
||||
module.exports = baseWebpackConfig;
|
||||
Reference in New Issue
Block a user