aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Godbolt <matt@godbolt.org>2021-12-20 20:41:14 -0600
committerMatt Godbolt <matt@godbolt.org>2021-12-20 20:41:14 -0600
commit72f47e3e09ef09c19381dc077cb25f091ab0df2f (patch)
tree4e3c3d2b70978539cdff5d37561050075c0c9fc2
parent969c93e8b091683897318daed955dd8885fc5771 (diff)
downloadcompiler-explorer-gh-1418.tar.gz
compiler-explorer-gh-1418.zip
es6 shim uniquely namedgh-1418
-rw-r--r--webpack.config.esm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.esm.js b/webpack.config.esm.js
index 11e2d3446..fd5a39e71 100644
--- a/webpack.config.esm.js
+++ b/webpack.config.esm.js
@@ -53,7 +53,7 @@ const plugins = [
patterns: [
{
from: 'node_modules/es6-shim/es6-shim.min.js',
- to: staticPath,
+ to: path.join(staticPath, '[name].[contenthash][ext]'),
},
],
}),