1
0
Fork 0

chore: Fixed rollup config for components

This commit is contained in:
Joost De Cock 2020-07-19 18:40:15 +02:00
parent ce23793941
commit 558c92f10a

View file

@ -33,7 +33,7 @@ const createConfig = (component, module) => {
const config = []
// When developing, you can use this to only rebuild the components you're working on
let dev = true
let dev = false
let only = ['Workbench']
for (let component of components) {
if (!dev || only.indexOf(component) !== -1) config.push(createConfig(component, false))