Implement importInterop: "node" option for module transforms (#12838)
This commit is contained in:
2
packages/babel-plugin-transform-modules-umd/test/fixtures/importInterop-node/exec/dep2.js
vendored
Normal file
2
packages/babel-plugin-transform-modules-umd/test/fixtures/importInterop-node/exec/dep2.js
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
module.exports = function () { return 2 };
|
||||
module.exports.__esModule = true;
|
||||
Reference in New Issue
Block a user