The configuration defined on .febuild is JS, for instance:
module.exports = {
general: {
defaultTasks: [ "styles", "webpack" ],
}
}
Yet the file has no .js extension. Thus, not taking advance or code highlight or linting.
Can we make it a JavaScript file instead?
The configuration defined on
.febuildis JS, for instance:Yet the file has no
.jsextension. Thus, not taking advance or code highlight or linting.Can we make it a JavaScript file instead?