Skip to content

Commit 4196846

Browse files
committed
Test rollup behaviour on windows
1 parent c907c10 commit 4196846

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/rollup-plugin/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export function vanillaExtractPlugin({
8787
// Replace .css import paths with relative paths to emitted css files
8888
renderChunk(code, chunkInfo) {
8989
const chunkPath = dirname(chunkInfo.fileName);
90+
console.log(`Processing chunk: ${chunkInfo.fileName}`);
9091
const output = chunkInfo.imports.reduce((codeResult, importPath) => {
9192
const moduleInfo = this.getModuleInfo(importPath);
9293
if (!moduleInfo?.meta.assetId) {

0 commit comments

Comments
 (0)