Skip to content

Commit 25a2040

Browse files
committed
wip - moving to dual output for x64 and arm64
1 parent 2935989 commit 25a2040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const path = require('path');
22
const CopyPlugin = require('copy-webpack-plugin');
3-
const ZipPlugin = 'zip-webpack-plugin';
3+
const ZipPlugin = require('zip-webpack-plugin');
44

55
// Read the target architecture from the environment variable set in Dockerfile
66
const targetArch = process.env.TARGET_ARCH; // Should be 'x64' or 'arm64'

0 commit comments

Comments
 (0)