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 3fe10ce commit 1e75748Copy full SHA for 1e75748
src/plugin.ts
@@ -42,8 +42,6 @@ export function corejsPlugin(
42
async handler(code, id) {
43
const moduleInfo = this.getModuleInfo(id)
44
if (!moduleInfo.isExternal && !moduleInfo.id.includes('node_modules')) {
45
- console.warn("got id: ", moduleInfo.id)
46
-
47
let { list } = compat.compat({ targets: config.targets, modules: config.modules, exclude: config.exclude });
48
if (config.usage) {
49
const ast = this.parse(code)
0 commit comments