workflow底层UI库整合至项目,优化构建逻辑
This commit is contained in:
15
easyflow-ui-admin/packages/tinyflow-ui/svelte.config.js
Normal file
15
easyflow-ui-admin/packages/tinyflow-ui/svelte.config.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import {vitePreprocess} from '@sveltejs/vite-plugin-svelte';
|
||||
|
||||
export default {
|
||||
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
|
||||
// for more information about preprocessors
|
||||
preprocess: [
|
||||
vitePreprocess({
|
||||
script: true
|
||||
})
|
||||
],
|
||||
compilerOptions: {
|
||||
// accessors: true,
|
||||
customElement: true
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user