https://github.com/webpack-config/webpack-config-json
https://github.com/webpack-config/webpack-config-json
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webpack-config/webpack-config-json
- Owner: webpack-config
- Created: 2016-01-24T22:17:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T09:47:41.000Z (over 10 years ago)
- Last Synced: 2025-03-12T21:48:39.818Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-config-json
Use JSON files as if they were modules.





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