File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ if (config.build.productionGzip) {
128128 algorithm : 'gzip' ,
129129 test : new RegExp (
130130 `\\.(${
131- config . build . productionGzipExtensions . join ( '|' )
131+ config . build . productionGzipExtensions . join ( '|' )
132132 } )$`,
133133 ) ,
134134 threshold : 10240 ,
Original file line number Diff line number Diff line change 1010 < body >
1111 < noscript >
1212 < strong
13- > We're sorry but vue-cli3 doesn't work properly without JavaScript
14- enabled. Please enable it to continue.</ strong
13+ > We're sorry but vue-cli3 doesn't work properly without JavaScript enabled. Please enable it to
14+ continue.</ strong
1515 >
1616 </ noscript >
1717 < div id ="app "> </ div >
Original file line number Diff line number Diff line change 1010 < body >
1111 < noscript >
1212 < strong
13- > We're sorry but < %= htmlWebpackPlugin.options.title %> doesn't work
14- properly without JavaScript enabled. Please enable it to
15- continue.</ strong
13+ > We're sorry but < %= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please
14+ enable it to continue.</ strong
1615 >
1716 </ noscript >
1817 < div id ="app "> </ div >
Original file line number Diff line number Diff line change 1010 < body >
1111 < noscript >
1212 < strong
13- > We're sorry but < %= htmlWebpackPlugin.options.title %> doesn't work
14- properly without JavaScript enabled. Please enable it to
15- continue.</ strong
13+ > We're sorry but < %= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please
14+ enable it to continue.</ strong
1615 >
1716 </ noscript >
1817 < div id ="app "> </ div >
You can’t perform that action at this time.
0 commit comments