svelte-windicss-preprocess: Breaks .svelte modules
I have a svelte module:
<script context="module">
...
export { something }
</script>
<script>
...
</script>
<h1>hello<h1>
Whenever I add svelte-windicss-preprocess, I can no longer import the module. Instead the bundler hangs. Have tried Rollup and Snowpack.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 19 (10 by maintainers)
Here’s the component