diff options
author | HampusM <hampus@hampusmat.com> | 2021-07-25 15:03:18 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-07-25 15:03:18 +0200 |
commit | 3a7b1c8d819a3de5e553e20ffd5ca51aa71c6d38 (patch) | |
tree | dcdb3ce5169abb71169852dcd79cd3cb61062bc6 /packages | |
parent | 06245c86a34af53216f25eef96fb80134100aef5 (diff) |
Moved the client babel config to a json file
Diffstat (limited to 'packages')
-rw-r--r-- | packages/client/babel.config.json (renamed from packages/client/babel.config.js) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/client/babel.config.js b/packages/client/babel.config.json index 0d665c8..c90abe8 100644 --- a/packages/client/babel.config.js +++ b/packages/client/babel.config.json @@ -1,5 +1,5 @@ -module.exports = { - presets: [ +{ + "presets": [ "@vue/cli-plugin-babel/preset" ] -}; +}
\ No newline at end of file |