File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change @@ -3,13 +3,9 @@ var path = require('path');
33var ExtractTextPlugin = require ( "extract-text-webpack-plugin" ) ;
44var HtmlWebpackPlugin = require ( 'html-webpack-plugin' ) ;
55var CopyWebpackPlugin = require ( 'copy-webpack-plugin' ) ;
6- var WebpackShellPlugin = require ( 'webpack-shell-plugin' ) ;
76
87module . 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" ,
You can’t perform that action at this time.
0 commit comments