Skip to content

Commit b1e47db

Browse files
authored
Merge pull request #46 from blueedgetechno/Speed-builds
Create craco.config.js
2 parents 3c2f910 + fdda984 commit b1e47db

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

craco.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// craco.config.js
2+
const CracoEsbuildPlugin = require('craco-esbuild');
3+
4+
module.exports = {
5+
plugins: [{ plugin: CracoEsbuildPlugin }],
6+
};

0 commit comments

Comments
 (0)