Not clear from the readme.
My guess is it would be similar to how .babelrc is overwritten
project/
/src
/webpack.config.js
exports.module = require('./node_modules/electrode-archetype-react-component/config/webpack/webpack.config');
But looking at the gulp file does not seem like this is how it would work.
Not clear from the readme.
My guess is it would be similar to how .babelrc is overwritten
project/
/src
/webpack.config.js
But looking at the gulp file does not seem like this is how it would work.