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 5651be2 commit 6f12e6cCopy full SHA for 6f12e6c
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