Skip to content

Commit 3dfc787

Browse files
committed
Revert a forgotten 'let' to a 'const'
1 parent ef992c1 commit 3dfc787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugins/manifest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = function(plugins, webpackConfig) {
2626
manifestPrefix = webpackConfig.publicPath.replace(/^\//, '');
2727
}
2828

29-
let manifestPluginOptions = {
29+
const manifestPluginOptions = {
3030
basePath: manifestPrefix,
3131
// guarantee the value uses the public path (or CDN public path)
3232
publicPath: webpackConfig.getRealPublicPath(),

0 commit comments

Comments
 (0)