Sfoglia il codice sorgente

Backport PR #11830: Specify an output hash function for Galata (#11839)

Co-authored-by: Jason Grout <jasongrout@users.noreply.github.com>
MeeseeksMachine 3 anni fa
parent
commit
a5a0075bec
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      galata/webpack.config.js

+ 2 - 1
galata/webpack.config.js

@@ -11,7 +11,8 @@ module.exports = {
   output: {
     path: path.resolve(__dirname, 'lib/lib-inpage'),
     filename: 'inpage.js',
-    publicPath: '/'
+    publicPath: '/',
+    hashFunction: 'sha256'
   },
   resolve: {
     extensions: ['.ts', '.js']