refactor: add default theme to style.css

Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
bcakmakoglu
2022-03-08 08:49:45 +01:00
parent 1def3a9fb3
commit 36ac64f054
3 changed files with 5 additions and 8 deletions
-8
View File
@@ -53,14 +53,6 @@ export default defineConfig({
__VUE_FLOW_VERSION__: JSON.stringify(pkg.version),
preventAssignment: true,
}),
copy({
targets: [
{
src: 'src/theme-default.css',
dest: 'dist',
},
],
}),
],
optimizeDeps: {
include: ['vue', '@vueuse/core', '@braks/revue-draggable', 'd3-zoom', 'd3-selection'],