From d36b8e0764bd1e7bfb3f2799505444122b246eab Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio.bekerle@tugraz.at> Date: Thu, 17 Oct 2019 11:26:07 +0200 Subject: [PATCH] Remove Bulma from rollup config --- packages/person-profile/rollup.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/person-profile/rollup.config.js b/packages/person-profile/rollup.config.js index de4e11e1..8d3463a7 100644 --- a/packages/person-profile/rollup.config.js +++ b/packages/person-profile/rollup.config.js @@ -42,8 +42,6 @@ export default { url({ limit: 0, include: [ - "node_modules/bulma/**/*.css", - "node_modules/bulma/**/*.sass", "node_modules/select2/**/*.css", ], emitFiles: true, -- GitLab