Clean up and document index.js file.
This commit is contained in:
parent
4c0d5ea2d8
commit
258f7f8b88
|
@ -1,6 +1,6 @@
|
|||
//The wasm application is compiled as javascript into the /pkg
|
||||
//directory. Webpack then replaces this import with what is actually
|
||||
//needed.
|
||||
//needed. To import the web assembly, the import FUNCTION must be
|
||||
//used. The import STATEMENT does not work.
|
||||
import './webui.scss';
|
||||
//import('webui.scss');
|
||||
import("./pkg");
|
||||
import('./pkg');
|
||||
|
|
Loading…
Reference in New Issue