forked from firefox-devtools/debugger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.babelrc
More file actions
13 lines (12 loc) · 681 Bytes
/
.babelrc
File metadata and controls
13 lines (12 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{ "plugins": ["transform-es2015-block-scoping",
"transform-es2015-destructuring",
"transform-es2015-parameters",
"transform-es2015-spread",
"transform-flow-strip-types",
"transform-async-to-generator",
["babel-plugin-module-alias", [
{ "src": "node_modules/react", "expose": "devtools/client/shared/vendor/react" },
{ "src": "./public/js/lib/devtools", "expose": "devtools" },
{ "src": "./public/js/lib/devtools-sham", "expose": "devtools-sham" },
{ "src": "./public/js/lib/devtools-sham/sdk", "expose": "sdk" }
]]] }