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 3d1727c commit 6d3ed14Copy full SHA for 6d3ed14
scripts/build/rollup_emit_module_package_file.js
@@ -32,8 +32,6 @@ export function emitModulePackageFile() {
32
source: `{"type":"module"}`,
33
type: 'asset'
34
});
35
- // I'm not sure why, this seems to prevent a rollup race condition?
36
- console.log('Emitted module package.json file for:', options.file);
37
},
38
name: 'emit-module-package-file'
39
};
0 commit comments