mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 05:36:05 +00:00
fix: plugin-field-markdown-vditor build config
This commit is contained in:
parent
8d9306e0c3
commit
60d344d340
@ -12,4 +12,8 @@ export default defineConfig({
|
||||
force: true,
|
||||
});
|
||||
},
|
||||
modifyViteConfig(config) {
|
||||
config.define['process.env.APP_ENV'] = `'production'`;
|
||||
return config;
|
||||
},
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user