File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const HtmlWebpackExternalsPlugin = require('html-webpack-externals-plugin');
1919const HtmlWebpackInlineSourcePlugin = require ( 'html-webpack-inline-source-plugin' ) ;
2020const ReplaceBundleStringPlugin = require ( 'replace-bundle-webpack-plugin' ) ;
2121const HtmlStringReplace = require ( 'html-string-replace-webpack-plugin' ) ;
22- const StringReplaceWebpackPlugin = require ( " string-replace-webpack-plugin" ) ;
22+ const StringReplaceWebpackPlugin = require ( ' string-replace-webpack-plugin' ) ;
2323const { deepCopy, listDir } = require ( './util' ) ;
2424const Config = require ( './config' ) ;
2525const projectRoot = Config . getPath ( ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " builder-webpack3" ,
3- "version" : " 0.2.7 " ,
3+ "version" : " 0.2.8 " ,
44 "description" : " webpack项目构建器." ,
55 "main" : " lib/index.js" ,
66 "scripts" : {
3939 "replace-bundle-webpack-plugin" : " ^1.0.0" ,
4040 "replace-text-loader" : " ^0.2.0" ,
4141 "sass-loader" : " ^6.0.6" ,
42+ "string-replace-webpack-plugin" : " ^0.1.3" ,
4243 "style-loader" : " ^0.19.0" ,
4344 "uglify-js" : " ^2.8.29" ,
4445 "webpack" : " ^3.8.1" ,
4950 "commitizen" : " ^2.3.0" ,
5051 "conventional-changelog-cli" : " ^1.2.0" ,
5152 "husky" : " ^0.13.1" ,
52- "string-replace-webpack-plugin" : " ^0.1.3" ,
5353 "validate-commit-msg" : " ^2.11.1"
5454 }
5555}
You can’t perform that action at this time.
0 commit comments