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) {
128
128
algorithm : 'gzip' ,
129
129
test : new RegExp (
130
130
`\\.(${
131
- config . build . productionGzipExtensions . join ( '|' )
131
+ config . build . productionGzipExtensions . join ( '|' )
132
132
} )$`,
133
133
) ,
134
134
threshold : 10240 ,
Original file line number Diff line number Diff line change 10
10
< body >
11
11
< noscript >
12
12
< 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
15
15
>
16
16
</ noscript >
17
17
< div id ="app "> </ div >
Original file line number Diff line number Diff line change 10
10
< body >
11
11
< noscript >
12
12
< 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
16
15
>
17
16
</ noscript >
18
17
< div id ="app "> </ div >
Original file line number Diff line number Diff line change 10
10
< body >
11
11
< noscript >
12
12
< 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
16
15
>
17
16
</ noscript >
18
17
< div id ="app "> </ div >
You can’t perform that action at this time.
0 commit comments