Skip to content
Snippets Groups Projects

Typescript & toolset version update

Merged Bartek Wrona requested to merge bw_toolset_upgrade into develop
Compare and Show latest version
5 files
+ 57
23
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -21,6 +21,6 @@ export default defineConfig({
})
```
As you can see, we excluded `@hiveio/wax` from the optimized dependencies list, keeping its sub-dependencies optimized. This results in WASM being downloaded from the proper directory during development build.
As you can see, we excluded `@hiveio/wax` from the optimized dependencies list. This results in WASM being downloaded from the proper directory during development build.
During production WASM file is automatically copied to the build directory.
During production WASM file is automatically copied to the build directory and wax is optimized.
Loading