https://github.com/webpack-config/webpack-config-entry
https://github.com/webpack-config/webpack-config-entry
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webpack-config/webpack-config-entry
- Owner: webpack-config
- Created: 2016-01-24T22:16:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-27T02:45:19.000Z (over 10 years ago)
- Last Synced: 2025-12-30T10:07:30.353Z (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-entry
Setup simple configuration for your [webpack] entry points.





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