Merge pull request #972 from antimatter15/patch-1
Fix import of "babel-core" w/ debug/node override
This commit is contained in:
@@ -7,9 +7,12 @@
|
|||||||
"./browser.js": {
|
"./browser.js": {
|
||||||
"node": "./node.js"
|
"node": "./node.js"
|
||||||
},
|
},
|
||||||
|
"./node.js": {
|
||||||
|
"browser": "./browser.js"
|
||||||
|
},
|
||||||
"fs": "@node/fs",
|
"fs": "@node/fs",
|
||||||
"net": "@node/net",
|
"net": "@node/net",
|
||||||
"tty": "@node/tty",
|
"tty": "@node/tty",
|
||||||
"util": "@node/util"
|
"util": "@node/util"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user