Skip to content

Commit

Permalink
chore: add usage comment in bable.config.js and postcss.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Nov 12, 2020
1 parent 8f6f0f9 commit 673e794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// the file is used by jest, shouldn't be removed
module.exports = {
presets: ['@babel/preset-env']
}
1 change: 1 addition & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// this file is used by vite, keep it here
module.exports = {
plugins: [
require('autoprefixer'),
Expand Down

0 comments on commit 673e794

Please sign in to comment.