chore: Fixed rollup config for components
This commit is contained in:
parent
ce23793941
commit
558c92f10a
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue