Babel imports "debug/node" which causes "(SystemJS) Error loading @node/tty. Can only load node core modules in Node" https://github.com/babel/babel/blob/master/packages/babel-core/src/transformation/file/logger.js
19 lines
302 B
JSON
19 lines
302 B
JSON
|
|
{
|
|
"main": "browser.js",
|
|
"jspmNodeConversion": false,
|
|
"format": "cjs",
|
|
"map": {
|
|
"./browser.js": {
|
|
"node": "./node.js"
|
|
},
|
|
"./node.js": {
|
|
"browser": "./browser.js"
|
|
},
|
|
"fs": "@node/fs",
|
|
"net": "@node/net",
|
|
"tty": "@node/tty",
|
|
"util": "@node/util"
|
|
}
|
|
}
|