Skip to content

Commit

Permalink
Migrate to *.config.js format
Browse files Browse the repository at this point in the history
  • Loading branch information
vpmedia committed Sep 17, 2023
1 parent ca240f3 commit e3e928b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .babelrc.json

This file was deleted.

10 changes: 10 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/** @type {import('@babel/core').ConfigFunction} */

Check warning on line 1 in babel.config.js

View workflow job for this annotation

GitHub Actions / build (20.x)

Missing JSDoc block description
const config = (api) => {
api.cache(false);
const presets = ['@babel/preset-env'];
return {
presets,
};
};

export default config;

0 comments on commit e3e928b

Please sign in to comment.