diff options
author | Matt Godbolt <matt@godbolt.org> | 2021-12-20 20:41:14 -0600 |
---|---|---|
committer | Matt Godbolt <matt@godbolt.org> | 2021-12-20 20:41:14 -0600 |
commit | 72f47e3e09ef09c19381dc077cb25f091ab0df2f (patch) | |
tree | 4e3c3d2b70978539cdff5d37561050075c0c9fc2 | |
parent | 969c93e8b091683897318daed955dd8885fc5771 (diff) | |
download | compiler-explorer-gh-1418.tar.gz compiler-explorer-gh-1418.zip |
es6 shim uniquely namedgh-1418
-rw-r--r-- | webpack.config.esm.js | 2 |
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]'), }, ], }), |