Open muuvmuuv opened 1 year ago
Atm it seems not to work to import from node_modules. I would like to do:
import OnigWasmSource from 'shiki/dist/onig.wasm'
To ammend this issue, the error thrown is be the non-sensical
✘ [ERROR] No loader is configured for ".wasm" files: ../package/some.wasm
The plugin assumes the import is a path.
Atm it seems not to work to import from node_modules. I would like to do: