0.2.1 • Published 9 years ago
webpack-config-root v0.2.1
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 */
})