Skip to content

.febuild should be a JS file #69

Description

@quicoto

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions