Closed
Description
We use tailwind with StencilJS, which uses Rollup to generate packages. The problem with this change is that the require call is moved out of the check farther up. Now this require call is called outside the try catch and fails the whole application. Most bundlers optimize imports, especially if they have to resolve interoparability between ESM and CJS.
This is also the only require call of the whole file, the other imports use ESM.
Metadata
Metadata
Assignees
Labels
No labels