Skip to content

Commit

Permalink
Revert "Fix chunk name generation"
Browse files Browse the repository at this point in the history
This reverts commit 31af6c6.
  • Loading branch information
juanenrisley committed Oct 23, 2023
1 parent 8061ef2 commit 038d67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ export default () => {
app: getPath(`${PATH_SRC}/index.js`),
},
output: {
filename: `${filename}.[contenthash].js`,
sourceMapFilename: `${filename}.[contenthash].js.map`,
filename: `${filename}.js`,
sourceMapFilename: `${filename}.js.map`,
path: getPath(PATH_DIST),
publicPath: '/',
},
Expand Down

0 comments on commit 038d67c

Please sign in to comment.