You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 27, 2023. It is now read-only.
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.