We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef992c1 commit 3dfc787Copy full SHA for 3dfc787
lib/plugins/manifest.js
@@ -26,7 +26,7 @@ module.exports = function(plugins, webpackConfig) {
26
manifestPrefix = webpackConfig.publicPath.replace(/^\//, '');
27
}
28
29
- let manifestPluginOptions = {
+ const manifestPluginOptions = {
30
basePath: manifestPrefix,
31
// guarantee the value uses the public path (or CDN public path)
32
publicPath: webpackConfig.getRealPublicPath(),
0 commit comments