Skip to content

Commit 3b198c6

Browse files
committed
fix: missing resize-observer css
1 parent ae5c2d4 commit 3b198c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/rollup.config.base.js

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ export default {
2828
}),
2929
css({
3030
output: styles => {
31+
const file = require.resolve('vue-resize/dist/vue-resize.css')
32+
styles += fs.readFileSync(file, { encoding: 'utf8' })
3133
fs.writeFileSync('dist/vue-virtual-scroller.css', new CleanCSS().minify(styles).styles)
3234
},
3335
}),

0 commit comments

Comments
 (0)