File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ module.exports = {
363
363
// The public URL is available as %PUBLIC_URL% in index.html, e.g.:
364
364
// <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
365
365
// In development, this will be an empty string.
366
- new InterpolateHtmlPlugin ( env . raw ) ,
366
+ new InterpolateHtmlPlugin ( HtmlWebpackPlugin , env . raw ) ,
367
367
// Makes some environment variables available to the JS code, for example:
368
368
// if (process.env.NODE_ENV === 'development') { ... }. See `./env.js`.
369
369
new webpack . DefinePlugin ( env . stringified ) ,
Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ module.exports = {
409
409
// <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
410
410
// In production, it will be an empty string unless you specify "homepage"
411
411
// in `package.json`, in which case it will be the pathname of that URL.
412
- new InterpolateHtmlPlugin ( env . raw ) ,
412
+ new InterpolateHtmlPlugin ( HtmlWebpackPlugin , env . raw ) ,
413
413
// Makes some environment variables available to the JS code, for example:
414
414
// if (process.env.NODE_ENV === 'production') { ... }. See `./env.js`.
415
415
// It is absolutely essential that NODE_ENV was set to production here.
Original file line number Diff line number Diff line change 47
47
"fs-extra" : " 5.0.0" ,
48
48
"graphql" : " 0.13.2" ,
49
49
"graphql-tag" : " 2.9.2" ,
50
- "html-webpack-plugin" : " 3.2.0 " ,
50
+ "html-webpack-plugin" : " 4.0.0-alpha.2 " ,
51
51
"identity-obj-proxy" : " 3.0.0" ,
52
52
"jest" : " 23.5.0" ,
53
53
"loader-utils" : " 1.1.0" ,
You can’t perform that action at this time.
0 commit comments