We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d076ee commit ddbfcb2Copy full SHA for ddbfcb2
src/index.ts
@@ -242,7 +242,7 @@ function resolveColdBoxPlugin(
242
243
// The following two hooks are a workaround to help solve a "flash of unstyled content".
244
// They add any CSS entry points into the manifest because Vite does not currently do this.
245
- renderChunk(_, chunk) {
+ renderChunk(_, chunk : any) {
246
const cssLangs = `\\.(css|less|sass|scss|styl|stylus|pcss|postcss)($|\\?)`;
247
const cssLangRE = new RegExp(cssLangs);
248
0 commit comments