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.
2 parents 1851c80 + ce4499e commit 142a603Copy full SHA for 142a603
index.js
@@ -29,7 +29,7 @@ module.exports = (api, options) => {
29
30
api.configureWebpack((webpackConfig) => {
31
webpackConfig.output.filename = '[name].js'
32
- webpackConfig.output.chunkFilename = 'js/[id].[name].js?[hash:8]'
+ webpackConfig.output.chunkFilename = 'js/[id].[name].js'
33
webpackConfig.node.global = false
34
35
if (pluginOptions.autoImportPolyfill) {
0 commit comments