https://github.com/webpack-config/webpack-config-root
https://github.com/webpack-config/webpack-config-root
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webpack-config/webpack-config-root
- Owner: webpack-config
- Created: 2016-01-24T22:31:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T19:27:28.000Z (over 10 years ago)
- Last Synced: 2025-12-28T09:56:56.933Z (7 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-config-root
Make everything in your source folder quickly accessible.





## Usage
Install:
```sh
npm install --save webpack-config-root
```
Add to your `webpack.config.babel.js`:
```javascript
import root from `webpack-config-root`;
root('src')({
/* existing webpack configuration */
})
```
[webpack]: https://webpack.github.io