We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8095fc3 commit 40f0047Copy full SHA for 40f0047
1 file changed
src/webpack.config.js
@@ -50,6 +50,9 @@ export default (opts = {}) => {
50
minimizer: [new TerserPlugin({
51
sourceMap: true,
52
terserOptions: {
53
+ compress: {
54
+ evaluate: false, // Avoid breaking gjs scripts
55
+ },
56
output: {
57
quote_style: 3, // Preserve original quotes
58
preamble: banner, // banner here instead of BannerPlugin
0 commit comments