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 2935989 commit 25a2040Copy full SHA for 25a2040
webpack.config.js
@@ -1,6 +1,6 @@
1
const path = require('path');
2
const CopyPlugin = require('copy-webpack-plugin');
3
-const ZipPlugin = 'zip-webpack-plugin';
+const ZipPlugin = require('zip-webpack-plugin');
4
5
// Read the target architecture from the environment variable set in Dockerfile
6
const targetArch = process.env.TARGET_ARCH; // Should be 'x64' or 'arm64'
0 commit comments