Skip to content

Commit

Permalink
chore: Use JS config files for better future compat
Browse files Browse the repository at this point in the history
  • Loading branch information
rkunev committed Jun 18, 2019
1 parent 4bba056 commit 5358354
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .babelrc

This file was deleted.

8 changes: 8 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
presets: ['@vue/app', ['@babel/preset-env', { modules: false }]],
env: {
test: {
presets: ['@babel/preset-env'],
},
},
};

0 comments on commit 5358354

Please sign in to comment.