We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6436a6 commit aedd822Copy full SHA for aedd822
src/content/plugins/eval-source-map-dev-tool-plugin.md
@@ -9,6 +9,7 @@ contributors:
9
- koke
10
- jamesgeorge007
11
- anshumanv
12
+ - EugeneHlushko
13
related:
14
- title: Building Eval Source Maps
15
url: https://survivejs.com/webpack/building/source-maps/#sourcemapdevtoolplugin-and-evalsourcemapdevtoolplugin
@@ -62,7 +63,6 @@ The following code would exclude source maps for any modules in the `vendor.js`
62
63
64
``` js
65
new webpack.EvalSourceMapDevToolPlugin({
- filename: '[name].js.map',
66
exclude: ['vendor.js']
67
});
68
```
0 commit comments