https://github.com/webpack-config/webpack-config-source-maps
https://github.com/webpack-config/webpack-config-source-maps
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webpack-config/webpack-config-source-maps
- Owner: webpack-config
- Created: 2016-01-24T22:31:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-03T12:41:07.000Z (over 10 years ago)
- Last Synced: 2025-03-12T21:48:35.319Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#webpack-config-source-maps
Add support for source maps to your [webpack] build.





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