From 4ec46e3eab56698a5232e421617d54559f3aa9e0 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio.bekerle@tugraz.at> Date: Thu, 17 Oct 2019 11:25:45 +0200 Subject: [PATCH] Remove Bulma from rollup config --- packages/data-table-view/rollup.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/data-table-view/rollup.config.js b/packages/data-table-view/rollup.config.js index c0fbd8a3..4c24e562 100644 --- a/packages/data-table-view/rollup.config.js +++ b/packages/data-table-view/rollup.config.js @@ -60,10 +60,6 @@ export default { json(), urlPlugin({ limit: 0, - include: [ - "node_modules/bulma/**/*.css", - "node_modules/bulma/**/*.sass", - ], emitFiles: true, fileName: 'shared/[name].[hash][extname]' }), -- GitLab