Closed arboleya closed 1 month ago
The generated WASM/JS code changed in v0.57.0, and the regexes used to patch it stopped working.
0.57.0
This prevented dependent NPM packages, including the TS SDK and all apps using it, from building.
Error: Can't resolve 'fuel_asm_bg.wasm' in '/.../fuels-ts/node_modules/.pnpm/@fuels+vm-asm@0.57.0/node_modules/@fuels/vm-asm/dist/web'
This PR fixes those regexes and updates the essential tools used for packaging.
The generated WASM/JS code changed in v
0.57.0
, and the regexes used to patch it stopped working.This prevented dependent NPM packages, including the TS SDK and all apps using it, from building.
This PR fixes those regexes and updates the essential tools used for packaging.
Before requesting review