Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

As a developer I would like the option to add custom webpack rules to be compiled #161

@themoch

Description

@themoch

It would be nice to have the ability to add custom rules without effecting the base build and modifying the webpackConfigurator.js to meet specific needs of a project.

Proposition

  • Add a custom config file to OC root that outlines custom rules
  • in package.json configure the location of config file (not in package.json because it should be able to take vars)
  • in oc-template-react-compiler make check for config file, if there use it, if not ignore
  • require users to include webpackLoaders as part of their devDependencies so that they can configure things themselves.

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