We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seia currently using Vite's lib mode to build the app.
seia/packages/seia/src/build.ts
Lines 19 to 21 in 04ba632
This is a wrong approach since we are building an end application.
We can read index.html file as an entry point, or we can provide 'virtual' index.html file at build time.
index.html
__PURE__
The text was updated successfully, but these errors were encountered:
we can provide 'virual' index.html file at build time.
You mean 'virtual'?
Sorry, something went wrong.
@nemorize Fixed it. Thanks.
abiriadev
No branches or pull requests
Problem
Seia currently using Vite's lib mode to build the app.
seia/packages/seia/src/build.ts
Lines 19 to 21 in 04ba632
This is a wrong approach since we are building an end application.
Suggestion
We can read
index.html
file as an entry point, or we can provide 'virtual'index.html
file at build time.Willingness to Contribute
Related Issues
__PURE__
annotations being left on the source, possibly causing this issue.index.html
, we can directly solve this issue at the same time.The text was updated successfully, but these errors were encountered: