Will Jones

Results 2 comments of Will Jones
trafficstars

@danwf If you're installing through bower, be sure to just use `angular-ui-layout` and not `angular-ui-layout#bower` like the first example in the README. The bower branch is and old build -...

Possible workaround using `react-app-rewired` and adding an `mjs` rule for `webpack`. `npm install --save-dev react-app-rewired` Then create `config-overrides.js` in the project root, with: ``` module.exports = function override(webpackConfig) { webpackConfig.module.rules.push({...