Skip to content

Commit 142a603

Browse files
authored
Merge pull request #17 from nextgensparx/disable-hashes
Disable hashed URL params in chunk filenames
2 parents 1851c80 + ce4499e commit 142a603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = (api, options) => {
2929

3030
api.configureWebpack((webpackConfig) => {
3131
webpackConfig.output.filename = '[name].js'
32-
webpackConfig.output.chunkFilename = 'js/[id].[name].js?[hash:8]'
32+
webpackConfig.output.chunkFilename = 'js/[id].[name].js'
3333
webpackConfig.node.global = false
3434

3535
if (pluginOptions.autoImportPolyfill) {

0 commit comments

Comments
 (0)