If HTMLWebpackPlugin isn’t injecting scripts, set inject: 'body' in the plugin config and ensure your HTML has proper <head> and <body> tags.
Also, check that your entry and output are correctly defined in webpack.config.js.MORE https://dev-dm2524.pantheonsite.io/