diff --git a/packages/knowledge-base-web-page-element-view/rollup.config.js b/packages/knowledge-base-web-page-element-view/rollup.config.js
index 3a9fe24030f4fcfc56eccbb68b2e44c604163074..4fb9bf0ec48e8b19213008867c021e0a60f3fdd8 100644
--- a/packages/knowledge-base-web-page-element-view/rollup.config.js
+++ b/packages/knowledge-base-web-page-element-view/rollup.config.js
@@ -42,10 +42,6 @@ export default {
         json(),
         url({
             limit: 0,
-            include: [
-                "node_modules/bulma/**/*.css",
-                "node_modules/bulma/**/*.sass",
-            ],
             emitFiles: true,
             fileName: 'shared/[name].[hash][extname]'
         }),