We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e2af0 commit fdda984Copy full SHA for fdda984
craco.config.js
@@ -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