From 7c1cc8df1e6f806504e1c3affcd5919b4a2420d9 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio.bekerle@tugraz.at> Date: Thu, 17 Oct 2019 11:25:59 +0200 Subject: [PATCH] Remove Bulma from rollup config --- packages/notification/rollup.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/notification/rollup.config.js b/packages/notification/rollup.config.js index 53bb5df1..54691b8e 100644 --- a/packages/notification/rollup.config.js +++ b/packages/notification/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]' }), -- GitLab