superx101

Results 3 comments of superx101

It's hard to help developers locate problems with this issues. I think you should change the title to English and give more complete information. e.g. > [Bug Report] Unknown block...

I'm having the same problem with rollup. I try solve it with the configuration: ```mjs export default [ { // ... other output: { preserveModules: true }, treeshake: false }...

> > I'm having the same problem with rollup. I try solve it with the configuration: > > ```js > > export default [ > > { > > //...