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