Sinc v1.18.0, importing `lightningcss-wasm` in the browsers as suggested in the [doc](https://lightningcss.dev/docs.html#from-deno-or-in-browser) will throw an error: ``` Error in TypeError: Failed to resolve module specifier "napi-wasm". Relative references must start with either "/", "./", or "../". ``` v1.17.1 works though. I believe this is a regression since #373? Here's a stackblitz sandbox to demonstrate the error: https://stackblitz.com/edit/lightningcss-wasm-1-18-0-bug?file=index.html