UNPKG
npm-package-prajwal
Version:
latest (1.1.6)
with-doc (1.1.1)
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
npm-package-prajwal
/
.babelrc
4 lines
•
131 B
Plain Text
View Raw
1
2
3
4
{
"presets"
:
[["@babel/preset-env", {"modules": "commonjs"}]]
,
"plugins"
: [
"@babel/plugin-transform-modules-commonjs"
] }