Skip to content
This repository was archived by the owner on Jul 25, 2026. It is now read-only.
This repository was archived by the owner on Jul 25, 2026. It is now read-only.

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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