-
working build on failing build on branch i'm seeing the following error during the eval stage: after tracking down where nothing has changed in our SDK with regards to the use of please advise. thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Does this solve the problem? This should disable import type { SnapConfig } from '@metamask/snaps-cli';
import { merge } from '@metamask/snaps-cli';
const config: SnapConfig = {
// ...
customizeWebpackConfig: (baseConfig) => {
return merge(baseConfig, {
output: {
chunkFormat: 'commonjs',
},
});
},
};
export default config; |
Beta Was this translation helpful? Give feedback.
Does this solve the problem? This should disable
JsonpChunkLoadingRuntimeModule
.