Closed mantaroh closed 1 year ago
✔︎ ./assets/variables-v2.scss
$ run-p type-check build-only
$ vite build
$ vue-tsc --noEmit
vite v4.0.4 building for production...
✓ 3020 modules transformed.
rendering chunks (83)...[vite-plugin-top-level-await] Transform failed with 1 error:
<stdin>:996:152477: ERROR: Legacy octal escape sequences cannot be used in an ECMAScript module
[vite-plugin-static-copy] Copy count was not set.
error during build:
Error: Transform failed with 1 error:
<stdin>:996:152477: ERROR: Legacy octal escape sequences cannot be used in an ECMAScript module
Describe the bug
The vite has build error with spear (v1.2.8~).
It looks like that dart-sass has legacy octet character internally.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Could build without error.
Screenshots
N/A
Desktop (please complete the following information):
Ubuntu 22.04
Smartphone (please complete the following information):
N/A
Additional context
None