Skip to content

Commit 4f5331a

Browse files
authored
Remove old configuration adding hashes for files (#3169)
* Remove old configuration adding hashes for files Per all dependency updates, we don't need hashes on filenames when hot reloading. Plus, this could be configured in base.js where other output options are set. * remove test change
1 parent 3ca7ce0 commit 4f5331a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

package/environments/development.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ let devConfig = {
1212
}
1313

1414
if (runningWebpackDevServer) {
15-
if (devServer.hmr) {
16-
devConfig = merge(devConfig, {
17-
output: { filename: '[name]-[hash].js' }
18-
})
19-
}
20-
2115
const devServerConfig = {
2216
devMiddleware: {
2317
publicPath

0 commit comments

Comments
 (0)