Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexsedeke/environment-config-webpack-loader
https://github.com/alexsedeke/environment-config-webpack-loader
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexsedeke/environment-config-webpack-loader
- Owner: alexsedeke
- Created: 2017-01-08T19:35:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-08T19:41:15.000Z (about 8 years ago)
- Last Synced: 2024-04-28T05:21:39.599Z (9 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# environment-config-webpack-loader
## Usage
```javascript
module: {
loaders: [{
test: /package\.json$/,
loader: 'environment-config-webpack-loader?environment=' + environment
}
]
}
```