优化
This commit is contained in:
12
server/plugins/com.msgbyte.topic/.ministarrc.js
Normal file
12
server/plugins/com.msgbyte.topic/.ministarrc.js
Normal file
@@ -0,0 +1,12 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
externalDeps: [
|
||||
'react',
|
||||
'styled-components',
|
||||
'zustand',
|
||||
'zustand/middleware/immer',
|
||||
],
|
||||
pluginRoot: path.resolve(__dirname, './web'),
|
||||
outDir: path.resolve(__dirname, '../../public'),
|
||||
};
|
||||
Reference in New Issue
Block a user