File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 77 },
88 "homepage" : " https://github.com/leviy/webpack-config-default/" ,
99 "dependencies" : {
10+ "@leviy/webpack-config" : " ^8.0" ,
1011 "autoprefixer" : " ^9.6" ,
1112 "babel-loader" : " ^8.0" ,
1213 "css-loader" : " ^3.1" ,
1516 "postcss-loader" : " ^3.0" ,
1617 "sass-loader" : " ^7.1" ,
1718 "twigjs-loader" : " ^1.0" ,
18- "webpack-config" : " ^7.5" ,
1919 "webpack-manifest-plugin" : " ^2.0"
2020 },
2121 "devDependencies" : {
2222 "node-sass" : " ^4.12" ,
2323 "webpack" : " ^4.39" ,
24- "webpack-cli" : " ^3.3" ,
25- "webpack-config" : " ^7.5"
24+ "webpack-cli" : " ^3.3"
2625 },
2726 "peerDependencies" : {
27+ "@leviy/webpack-config" : " ^8.0" ,
2828 "node-sass" : " ^4.12" ,
2929 "webpack" : " ^4.39" ,
30- "webpack-cli" : " ^3.3" ,
31- "webpack-config" : " ^7.5"
30+ "webpack-cli" : " ^3.3"
3231 }
3332}
Original file line number Diff line number Diff line change 1- const { Config, environment } = require ( 'webpack-config' ) ;
1+ const { Config, environment } = require ( '@leviy/ webpack-config' ) ;
22
33const path = require ( 'path' ) ;
44const webpack = require ( 'webpack' ) ;
You can’t perform that action at this time.
0 commit comments