Skip to content

Commit cbee2a0

Browse files
author
Tim Berners-Lee
committed
babel --no-babelrc
1 parent 46ee8f9 commit cbee2a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"presets": [ "es2015" ]
2+
"presets": [ "env" ]
33
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dist"
99
],
1010
"scripts": {
11-
"build-lib": "babel src -d lib",
11+
"build-lib": "babel --no-babelrc src -d lib",
1212
"build": "npm run build-lib",
1313
"postversion": "git push origin master --follow-tags",
1414
"prepublishOnly": "npm run build",

0 commit comments

Comments
 (0)