Skip to content

Commit 635d095

Browse files
wip(code): fix noopDebug es issue with @babel/[email protected] to @babel/[email protected] upgrade
1 parent d8547a9 commit 635d095

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

build/noopDebug.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
module.exports = function() { return {} }

build/noopDebug.mjs

Lines changed: 0 additions & 4 deletions
This file was deleted.

build/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ ${ pkg.name } v${ pkg.version }
222222
} : {},
223223

224224
...isProd ? {
225-
'debug': Path.resolve(__dirname, 'noopDebug.mjs'),
225+
'debug': Path.resolve(__dirname, 'noopDebug.js'),
226226
} : {},
227227
},
228228

0 commit comments

Comments
 (0)