-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Description
Version
3.0.0-alpha.5
Reproduction link
https://github.com/greenpdx/rustwasm
Steps to reproduce
npm install
npm run serve
What is expected?
I added a index.html in the root directory, I want to use that html file
What is actually happening?
the server is generating it own index.html
I am trying to load a opencv as wasm file inside a js file. I run out of memory if I try to import it because webpack tries to parse and optimize it. The example in opencvjs shows it added in the html file.
I want to use a custom index.html and add it there.
Metadata
Metadata
Assignees
Labels
No labels