Upgrade all the things.

This commit is contained in:
Jonathan Cremin 2018-04-28 17:55:02 +01:00
parent 95e7eff734
commit 7720653aeb
12 changed files with 728 additions and 784 deletions

View file

@ -1,4 +1,5 @@
const path = require('path');
const { VueLoaderPlugin } = require('vue-loader')
const ExtractTextPlugin = require('extract-text-webpack-plugin');
const StatsWriterPlugin = require('webpack-stats-plugin').StatsWriterPlugin;
@ -63,6 +64,7 @@ module.exports = {
},
plugins: [
new ExtractTextPlugin('style/[name].[hash:10].css'),
new VueLoaderPlugin(),
new StatsWriterPlugin({
fields: ['assets'],
filename: 'manifest.json',