You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✘ [ERROR] Big integer literals are not available in the configured target environment ("chrome87", "edge88", "es2020", "firefox78", "safari13" + 2 overrides)
node_modules/cubing/dist/esm/puzzle-geometry/index.js:636:10:
636 │ let r = 1n;
╵ ~~
...
Expected behavior
I expected the vite config to work for both build and dev.
The text was updated successfully, but these errors were encountered:
will fix it for v 0.29.0, and that updating to v 0.29.1 works out of the box with the workaround.
FWIW I still think the workaround is "necessary" in that it's quite hard to figure out what's going wrong here, and there's no meaningful performance or readability penalty to the workaround. So it'll save library users time and effort ... I looked at this config, saw the build target was es2020 and quickly gave up trying to figure out why it wasn't working.
To Reproduce
Expected behavior
I expected the vite config to work for both build and dev.
The text was updated successfully, but these errors were encountered: