1
0
Fork 0

chore(components): Removed footer component

This commit is contained in:
Joost De Cock 2020-08-09 17:42:38 +02:00
parent 8cd9ab3386
commit cc0d2b17b6
5 changed files with 5 additions and 88 deletions

View file

@ -34,8 +34,8 @@ 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 only = ['Workbench']
let dev = false
let only = ['Draft', 'Workbench']
for (let component of components) {
if (!dev || only.indexOf(component) !== -1) config.push(createConfig(component, false))
// Webpack doesn't handle .mjs very well