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