Use moduleIds: 'natural' in webpack config to keep js files in arm64 and x64 mac builds identical

Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2021-03-15 17:30:46 +01:00
parent fd9996a3cc
commit 6ece32c546

View File

@ -129,6 +129,7 @@ function fetchWasm(...where: string[]) {
const commonConfig = {
mode: 'production',
optimization: {
moduleIds: 'natural',
minimize: true,
minimizer: [
new TerserPlugin({