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,4 +1,5 @@
{
"presets": ["@babel/preset-env"],
"plugins": [
"@babel/plugin-proposal-optional-chaining",
"babel-plugin-styled-components",