1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 10:08:52 +08:00

add jsx plugin

This commit is contained in:
lana-k
2020-10-10 12:43:44 +02:00
parent 67bca051d9
commit 655f138905
3 changed files with 41 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
],
plugins: ["transform-react-jsx"]
}