Files

15 lines
293 B
JavaScript
Raw Permalink Normal View History

2026-04-25 16:36:34 +08:00
const path = require('path');
module.exports = {
externalDeps: [
'react',
'react-router',
'axios',
'styled-components',
'zustand',
'zustand/middleware/immer',
],
pluginRoot: path.resolve(__dirname, './web'),
outDir: path.resolve(__dirname, '../../public'),
};