Files
DefinitelyTyped/types/webpack/package.json
Jason Cheatham 4a856368ec Fix Loader type in webpack
The sourcemap parameter passed to loaders, and that loaders pass to the
callback, is a `RawSourceMap`, not a `string | Buffer`.
2018-02-09 13:11:52 -05:00

7 lines
84 B
JSON

{
"private": true,
"dependencies": {
"source-map": "^0.7.0"
}
}