You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also the InterpolateHtmlPlugin is now built in an can probably replaced with the html-webpack-plugin templateParameters option as seen in this code sandbox:
Is your proposal related to a problem?
the html-webpack-plugin released a new major yesterday
Please let me know if you need any help to migrate from https://github.com/facebook/create-react-app/blob/d2f813f8897ffcd2f0b0d2da75d0c44924c92f4d/packages/react-scripts/package.json#L55
You could also remove the following option as
inject:truehas been the default for a long time:https://github.com/facebook/create-react-app/blob/d2f813f8897ffcd2f0b0d2da75d0c44924c92f4d/packages/react-scripts/config/webpack.config.js#L566
Also the
InterpolateHtmlPluginis now built in an can probably replaced with the html-webpack-plugintemplateParametersoption as seen in this code sandbox:https://codesandbox.io/s/html-webpack-plugin--templateparameters-z2j84