Skip to content

Commit

Permalink
chore: updated react scripts, craco and eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed May 2, 2024
1 parent b609e7c commit 97914d8
Show file tree
Hide file tree
Showing 3 changed files with 35,483 additions and 41,917 deletions.
6 changes: 3 additions & 3 deletions craco.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module.exports = {
style: {
postcss: {
plugins: [
plugins: (plugins) => [
require('tailwindcss'),
require('autoprefixer'),
],
].concat(plugins),
},
},
babel: {
plugins: ['preval']
}
};
};
Loading

0 comments on commit 97914d8

Please sign in to comment.