mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
5 lines
120 B
JavaScript
5 lines
120 B
JavaScript
const CracoEsbuildPlugin = require('craco-esbuild');
|
|
module.exports = {
|
|
plugins: [{ plugin: CracoEsbuildPlugin }],
|
|
};
|