Ricard Torres
Ricard Torres
The configuration defined on `.febuild` is JS, for instance: ```javascript module.exports = { general: { defaultTasks: [ "styles", "webpack" ], } } ``` Yet the file has no `.js` extension....
Would be nice to document the minimal config changes needed to make this work with React or another framework
We currently have `gaze` as dependency for watching changes. Can this be replaced with `webpack`? Since we already have it? Thus, saving us from this dependency?