Skip to content

Create a module with helper functions encapsulating typical configuration scenarios #408

@ArtemGovorov

Description

@ArtemGovorov

The module can be outside the core and open source.

Examples:

The API may look like (or something similar):

var config = require('wallaby-enhanced-config')
// will load babelrc, add webpack postprocessor, etc.
module.exports = wallaby => config.babel().webpack({...})({
  files: [...],
  tests: [...]
});

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions