Skip to content

Commit

Permalink
Quote delimited, comma separated strings are not supported.
Browse files Browse the repository at this point in the history
Related issue:
babel/website#2436
  • Loading branch information
ryanpcmcquen committed Jan 14, 2021
1 parent e126641 commit 9c17d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type-check:watch": "npm run type-check -- --watch",
"build": "npm run build:types && npm run build:js",
"build:types": "tsc --emitDeclarationOnly",
"build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline"
"build:js": "babel src --out-dir lib --extensions .ts,.tsx --source-maps inline"
},
"devDependencies": {
"@babel/cli": "^7.8.3",
Expand Down

0 comments on commit 9c17d7b

Please sign in to comment.