Skip to content

Commit

Permalink
chore: add esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-r committed Feb 20, 2024
1 parent fbaa185 commit abb516b
Show file tree
Hide file tree
Showing 3 changed files with 2,012 additions and 26 deletions.
3 changes: 3 additions & 0 deletions craco.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
const esbuildPlugin = require("craco-esbuild");

module.exports = {
style: {
postcss: {
mode: "file",
},
},
plugins: [{ plugin: esbuildPlugin }],
};
Loading

0 comments on commit abb516b

Please sign in to comment.