reordered for custom views
This commit is contained in:
@@ -15,7 +15,7 @@ var env = process.env.WEBPACK_ENV;
|
||||
if (env === 'production') {
|
||||
var UglifyJsPlugin = webpack.optimize.UglifyJsPlugin;
|
||||
|
||||
plugins.push(new UglifyJsPlugin({
|
||||
plugins.push(new UglifyJsPlugin({
|
||||
minimize: true,
|
||||
sourceMap: true
|
||||
}
|
||||
@@ -36,7 +36,7 @@ if (env === 'production') {
|
||||
module.exports = {
|
||||
entry: [
|
||||
'intersection-observer',
|
||||
'babel-polyfill',
|
||||
'babel-polyfill',
|
||||
entryPoint
|
||||
],
|
||||
devtool: 'source-map',
|
||||
|
||||
Reference in New Issue
Block a user