Don't include "resolve" in @babel/standalone (#11432)

* Don't include "resolve" in @babel/standalone

* Also alias src
This commit is contained in:
Nicolò Ribaudo
2020-04-16 20:19:22 +02:00
committed by GitHub
parent 6b8f6ab2de
commit d9eb94327a
4 changed files with 43 additions and 28 deletions

View File

@@ -11,6 +11,10 @@
"keywords": [
"babel-plugin"
],
"browser": {
"./lib/get-runtime-path/index.js": "./lib/get-runtime-path/browser.js",
"./src/get-runtime-path/index.js": "./src/get-runtime-path/browser.js"
},
"dependencies": {
"@babel/helper-module-imports": "^7.8.3",
"@babel/helper-plugin-utils": "^7.8.3",