Skip to content

Commit 9c17d7b

Browse files
authored
Quote delimited, comma separated strings are not supported.
Related issue: babel/website#2436
1 parent e126641 commit 9c17d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type-check:watch": "npm run type-check -- --watch",
88
"build": "npm run build:types && npm run build:js",
99
"build:types": "tsc --emitDeclarationOnly",
10-
"build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline"
10+
"build:js": "babel src --out-dir lib --extensions .ts,.tsx --source-maps inline"
1111
},
1212
"devDependencies": {
1313
"@babel/cli": "^7.8.3",

0 commit comments

Comments
 (0)