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