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 c907c10 commit 4196846Copy full SHA for 4196846
packages/rollup-plugin/src/index.ts
@@ -87,6 +87,7 @@ export function vanillaExtractPlugin({
87
// Replace .css import paths with relative paths to emitted css files
88
renderChunk(code, chunkInfo) {
89
const chunkPath = dirname(chunkInfo.fileName);
90
+ console.log(`Processing chunk: ${chunkInfo.fileName}`);
91
const output = chunkInfo.imports.reduce((codeResult, importPath) => {
92
const moduleInfo = this.getModuleInfo(importPath);
93
if (!moduleInfo?.meta.assetId) {
0 commit comments