Skip to content

Commit b081302

Browse files
committed
Remove webpack shell plugin for webpack because it've been solved in another way
1 parent 1ea84c2 commit b081302

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@
157157
"script-loader": "^0.7.0",
158158
"style-loader": "^0.13.1",
159159
"url-loader": "^0.5.7",
160-
"webpack": "^1.13.2",
161-
"webpack-shell-plugin": "^0.4.3"
160+
"webpack": "^1.13.2"
162161
}
163162
}

webpackBaseConfig.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@ var path = require('path');
33
var ExtractTextPlugin = require("extract-text-webpack-plugin");
44
var HtmlWebpackPlugin = require('html-webpack-plugin');
55
var CopyWebpackPlugin = require('copy-webpack-plugin');
6-
var WebpackShellPlugin = require('webpack-shell-plugin');
76

87
module.exports = {
98
plugins: [
10-
new WebpackShellPlugin({
11-
onBuildStart: ['cd node_modules/codemirror && npm install && ./release.sh']
12-
}),
139
new webpack.ProvidePlugin({
1410
Visibility: "visibilityjs",
1511
Cookies: "js-cookie",

0 commit comments

Comments
 (0)