refactor: webpack vendor, postcss + fixes
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
const webpack = require('webpack')
|
||||
const merge = require('webpack-merge')
|
||||
|
||||
const ExtractTextPlugin = require('extract-text-webpack-plugin')
|
||||
|
||||
const common = require('./webpack.common.js')
|
||||
|
||||
module.exports = merge(common, {
|
||||
@@ -10,7 +12,8 @@ module.exports = merge(common, {
|
||||
plugins: [
|
||||
new webpack.DefinePlugin({
|
||||
'process.env.NODE_ENV': JSON.stringify('development')
|
||||
})
|
||||
}),
|
||||
new ExtractTextPlugin({ disable: true })
|
||||
],
|
||||
resolve: {}
|
||||
})
|
||||
|
Reference in New Issue
Block a user