FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
create-client/.babelrc at main · api-platform/create-client · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
api-platform
/
create-client
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
132
Star
376
Code
Issues
50
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
create-client
/
.babelrc
Copy path
More file actions
More file actions
Latest commit
History
History
History
11 lines (11 loc) · 260 Bytes
Breadcrumbs
create-client
/
.babelrc
Copy path
File metadata and controls
11 lines (11 loc) · 260 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
{
"plugins"
: [
"
@babel/transform-runtime
"
,
"
@babel/transform-flow-strip-types
"
,
"
@babel/plugin-proposal-export-default-from
"
,
"
@babel/plugin-proposal-class-properties
"
],
"presets"
: [
[
"
@babel/preset-env
"
, {
"modules"
:
false
}]
]
}
Back
|
FazBrowse Home
|
New Git URL