refactor: move setup view to vue component
This commit is contained in:
@@ -2,6 +2,7 @@ const webpack = require('webpack')
|
||||
const merge = require('webpack-merge')
|
||||
|
||||
const ExtractTextPlugin = require('extract-text-webpack-plugin')
|
||||
const WriteFilePlugin = require('write-file-webpack-plugin')
|
||||
|
||||
const common = require('./webpack.common.js')
|
||||
|
||||
@@ -18,6 +19,7 @@ module.exports = merge(common, {
|
||||
'process.env.NODE_ENV': JSON.stringify('development')
|
||||
}),
|
||||
new ExtractTextPlugin({ disable: true }),
|
||||
new WriteFilePlugin(),
|
||||
new webpack.HotModuleReplacementPlugin(),
|
||||
new webpack.WatchIgnorePlugin([
|
||||
/node_modules/
|
||||
|
Reference in New Issue
Block a user