Add basic react support

This commit is contained in:
Bill Thornton
2021-05-27 11:30:03 -04:00
parent 77ca85a23f
commit 4aa203c0c6
4 changed files with 127 additions and 6 deletions

View File

@@ -11,7 +11,8 @@ module.exports = {
useBuiltIns: 'usage',
corejs: 3
}
]
],
'@babel/preset-react'
],
plugins: [
'@babel/plugin-proposal-class-properties',