diff --git a/index.js b/index.js index 83b137c..122b063 100644 --- a/index.js +++ b/index.js @@ -29,7 +29,7 @@ module.exports = (api, options) => { api.configureWebpack((webpackConfig) => { webpackConfig.output.filename = '[name].js' - webpackConfig.output.chunkFilename = 'js/[id].[name].js?[hash:8]' + webpackConfig.output.chunkFilename = 'js/[id].[name].js' webpackConfig.node.global = false if (isProduction) {