summaryrefslogtreecommitdiff
path: root/webpackBaseConfig.js
diff options
context:
space:
mode:
authorWu Cheng-Han2016-11-28 03:19:15 +0800
committerWu Cheng-Han2016-11-28 03:19:15 +0800
commitb081302f3de2368260e298a9be5a0acb514c4240 (patch)
treef5acdc23aada248368f54071f51143de58d6d4b2 /webpackBaseConfig.js
parent1ea84c2fb026e2e4a1ae7838082b672dd479ca9c (diff)
Remove webpack shell plugin for webpack because it've been solved in another way
Diffstat (limited to 'webpackBaseConfig.js')
-rw-r--r--webpackBaseConfig.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/webpackBaseConfig.js b/webpackBaseConfig.js
index c80e44ff..10176faa 100644
--- a/webpackBaseConfig.js
+++ b/webpackBaseConfig.js
@@ -3,13 +3,9 @@ var path = require('path');
var ExtractTextPlugin = require("extract-text-webpack-plugin");
var HtmlWebpackPlugin = require('html-webpack-plugin');
var CopyWebpackPlugin = require('copy-webpack-plugin');
-var WebpackShellPlugin = require('webpack-shell-plugin');
module.exports = {
plugins: [
- new WebpackShellPlugin({
- onBuildStart: ['cd node_modules/codemirror && npm install && ./release.sh']
- }),
new webpack.ProvidePlugin({
Visibility: "visibilityjs",
Cookies: "js-cookie",