File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import autoprefixer from 'autoprefixer'
5
5
import ExtractTextPlugin from 'extract-text-webpack-plugin'
6
6
import CopyWebpackPlugin from 'copy-webpack-plugin'
7
7
import HtmlWebpackPlugin from 'html-webpack-plugin'
8
- import ScriptExtHtmlWebpackPlugin from 'script-ext-html-webpack-plugin'
9
8
import OptimizeJsPlugin from 'optimize-js-plugin'
10
9
import PrerenderSpaPlugin from 'prerender-spa-plugin'
11
10
import PreloadWebpackPlugin from 'preload-webpack-plugin'
@@ -193,9 +192,6 @@ const webpackConfig = {
193
192
useShortDoctype : true
194
193
}
195
194
} ) ,
196
- new ScriptExtHtmlWebpackPlugin ( {
197
- defaultAttribute : 'async'
198
- } ) ,
199
195
new PreloadWebpackPlugin ( ) ,
200
196
new OptimizeCssAssetsPlugin ( {
201
197
canPrint : false
Original file line number Diff line number Diff line change 101
101
"preload-webpack-plugin" : " ^2.0.0" ,
102
102
"prerender-spa-plugin" : " ^2.1.0" ,
103
103
"sass-loader" : " ^6.0.6" ,
104
- "script-ext-html-webpack-plugin" : " ^1.8.8" ,
105
104
"sinon" : " ^4.1.1" ,
106
105
"url-loader" : " ^0.6.2" ,
107
106
"vue-i18n" : " ^7.3.2" ,
You can’t perform that action at this time.
0 commit comments