webpack-config-root Make everything in your source folder quickly accessible. Usage Install: npm install --save webpack-config-root Add to your webpack.config.babel.js: import root from `webpack-config-root`; root('src')({ /* existing webpack configuration */ })