https://github.com/webpack-config/webpack-config-build-info
https://github.com/webpack-config/webpack-config-build-info
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/webpack-config/webpack-config-build-info
- Owner: webpack-config
- Created: 2017-02-06T05:43:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T05:57:57.000Z (over 9 years ago)
- Last Synced: 2025-02-22T03:03:39.324Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#webpack-config-build-info
Inject build information into your [webpack] build.
[](https://travis-ci.org/webpack-config/webpack-config-build-info)
[](https://coveralls.io/github/webpack-config/webpack-config-build-info?branch=master)
[](https://www.npmjs.com/package/webpack-config-build-info)
[](https://www.npmjs.com/package/webpack-config-build-info)
[](https://www.npmjs.com/package/webpack-config-build-info)
## Usage
Install:
```sh
npm install --save webpack-config-build-info
```
Add to your `webpack.config.babel.js`:
```js
import buildInfo from `webpack-config-build-info`;
buildInfo()({
/* existing webpack configuration */
})
```
[webpack]: https://webpack.github.io