Update webpack.config.headless.js

This commit is contained in:
octoclonius
2024-01-13 19:55:18 -06:00
committed by GitHub
parent d5827ec77d
commit 67e8e60a69
+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;