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
[ Farm ] Error: Failed to start the server
Caused by: Error: Parse `index.html` failed.
Error: Parse `index.html` failed.
Error: × Stray start tag "style"
╭─[index.html:15:1]
12 │ <script type="module" src="/src/main.ts"></script>
13 │ </body>
14 │
15 │ <style>
· ───────
16 │ html, body, #app {
17 │ height: 100%;
18 │ }
╰────
Potential Causes:
1.The module have syntax error.
2.This kind of module is not supported, you may need plugins to support it
Potential Causes:
1.The module have syntax error.
2.This kind of module is not supported, you may need plugins to support it
System Info
any
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Add
<style></style>
inindex.html
thenpnpm dev
.Reproduce link
No response
What is actually happening?
System Info
The text was updated successfully, but these errors were encountered: