Apply babel config to all files processed in each bundle

This commit is contained in:
Max Goodhart
2020-07-05 22:33:22 -07:00
parent b328ce21fe
commit 645220ac00
5 changed files with 38 additions and 42 deletions

View File

@@ -1,13 +0,0 @@
{
"presets": [
[
"@babel/preset-env",
{
"modules": "commonjs",
"targets": {
"node": true
}
}
]
]
}