Skip to content

Commit 14060c4

Browse files
committed
Update build script
1 parent 31cae54 commit 14060c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/rollup.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default [
6262
extensions: ['.mjs', '.js', '.json', '.node', '.vue']
6363
}),
6464
del({
65-
targets: 'dist/vue-flow-form.umd.css',
65+
targets: 'dist/dist',
6666
hook: 'writeBundle'
6767
})
6868
]
@@ -106,7 +106,7 @@ export default [
106106
extensions: ['.mjs', '.js', '.json', '.node', '.vue']
107107
}),
108108
del({
109-
targets: 'dist/vue-flow-form.esm.css',
109+
targets: 'dist/dist',
110110
hook: 'writeBundle'
111111
})
112112
]
@@ -150,7 +150,7 @@ export default [
150150
extensions: ['.mjs', '.js', '.json', '.node', '.vue']
151151
}),
152152
del({
153-
targets: 'dist/vue-flow-form.common.css',
153+
targets: 'dist/dist',
154154
hook: 'writeBundle'
155155
})
156156
]
@@ -198,7 +198,7 @@ export default [
198198
cleanup(),
199199
terser(),
200200
del({
201-
targets: 'dist/vue-flow-form.umd.min.css',
201+
targets: 'dist/dist',
202202
hook: 'writeBundle'
203203
}),
204204
copy({

0 commit comments

Comments
 (0)