remove extra changes

This commit is contained in:
Shawn Erquhart
2017-12-07 13:06:54 -05:00
parent 91307a06ce
commit 0b6d0004ca
3 changed files with 1 additions and 19 deletions

View File

@ -3,7 +3,6 @@ const path = require('path');
const webpack = require('webpack');
const merge = require('webpack-merge');
const ExtractTextPlugin = require('extract-text-webpack-plugin');
const WriteFilePlugin = require('write-file-webpack-plugin');
const HOST = 'localhost';
const PORT = '8080';
@ -48,7 +47,6 @@ module.exports = merge.smart(require('./webpack.base.js'), {
filename: '[name].css',
disable: true,
}),
new WriteFilePlugin(),
],
devtool: 'source-map',
devServer: {