mirror of
https://github.com/nocobase/nocobase.git
synced 2026-09-19 02:23:00 +08:00
fix: plugin-field-markdown-vditor build config
This commit is contained in:
@@ -12,4 +12,8 @@ export default defineConfig({
|
||||
force: true,
|
||||
});
|
||||
},
|
||||
modifyViteConfig(config) {
|
||||
config.define['process.env.APP_ENV'] = `'production'`;
|
||||
return config;
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user