Update webpack.config.headless.js

This commit is contained in:
octoclonius
2024-01-13 19:57:38 -06:00
committed by GitHub
parent 67e8e60a69
commit d83f442cff
+1 -1
View File
@@ -43,6 +43,6 @@ const config = {
// Force usage of globalThis instead of global / self. (This is cross-env compatible)
globalObject: 'globalThis',
},
mode: 'production'
mode: 'production',
};
module.exports = config;