1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-26 12:12:36 +01:00
client/craco.config.js

6 lines
120 B
JavaScript
Raw Normal View History

2023-03-20 22:21:32 +01:00
const CracoEsbuildPlugin = require("craco-esbuild");
module.exports = {
plugins: [{ plugin: CracoEsbuildPlugin }],
2023-03-20 22:21:32 +01:00
};