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 f83f288 commit a2f7730Copy full SHA for a2f7730
1 file changed
dev-packages/rollup-utils/npmHelpers.mjs
@@ -27,7 +27,7 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url));
27
28
const packageDotJSON = JSON.parse(fs.readFileSync(path.resolve(process.cwd(), './package.json'), { encoding: 'utf8' }));
29
30
-const ignoreSideEffects = /[\\\/]debug-build\.ts$/;
+const ignoreSideEffects = /[\\/]debug-build\.ts$/;
31
32
export function makeBaseNPMConfig(options = {}) {
33
const {
0 commit comments