File tree 3 files changed +132
-472
lines changed
3 files changed +132
-472
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webpack-mpa-next" ,
3
- "version" : " 3.11 .0" ,
3
+ "version" : " 3.12 .0" ,
4
4
"description" : " Multi page app setup with webpack" ,
5
5
"keywords" : [
6
6
" MPA" ,
12
12
" Multiple pages application setup" ,
13
13
" Multiple pages application boilerplate"
14
14
],
15
- "homepage" : " https://atanas.info/projects/ webpack-mpa-next.html " ,
15
+ "homepage" : " https://atanas.info/portfolio/open-source/ webpack-mpa-next" ,
16
16
"bugs" : {
17
17
"url" : " https://github.com/scriptex/webpack-mpa-next/issues" ,
18
18
79
79
"postcss-url" : " 10.1.3" ,
80
80
"postcss-utilities" : " 0.8.4" ,
81
81
"postcss-watch-folder" : " 2.0.0" ,
82
- "spritesh" : " 1.2.1" ,
83
82
"stylelint" : " 14.14.1" ,
84
83
"stylelint-config-recommended" : " 9.0.0" ,
85
84
"stylelint-no-unsupported-browser-features" : " 6.0.1" ,
86
- "svgo " : " 3.0 .0" ,
85
+ "svg-symbol-sprite " : " 1.1 .0" ,
87
86
"webpack" : " 5.74.0" ,
88
87
"webpack-cli" : " 4.10.0" ,
89
88
"webpack-shell-plugin-next" : " 2.3.1" ,
Original file line number Diff line number Diff line change @@ -89,8 +89,7 @@ const shellScripts = [];
89
89
const svgs = readdirSync ( './assets/images/svg' ) . filter ( svg => svg [ 0 ] !== '.' ) ;
90
90
91
91
if ( svgs . length ) {
92
- shellScripts . push ( 'svgo -f assets/images/svg' ) ;
93
- shellScripts . push ( 'spritesh -q -i assets/images/svg -o ./assets/dist/sprite.svg -p svg-' ) ;
92
+ shellScripts . push ( 'svg-symbol-sprite -i assets/images/svg -o assets/dist/sprite.svg -p svg-' ) ;
94
93
}
95
94
96
95
module . exports = ( env , argv ) => {
You can’t perform that action at this time.
0 commit comments