Skip to content

Commit aedd822

Browse files
docs(plugins) remove non-existant option from plugin example (#3897)
1 parent e6436a6 commit aedd822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/plugins/eval-source-map-dev-tool-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ contributors:
99
- koke
1010
- jamesgeorge007
1111
- anshumanv
12+
- EugeneHlushko
1213
related:
1314
- title: Building Eval Source Maps
1415
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`
6263

6364
``` js
6465
new webpack.EvalSourceMapDevToolPlugin({
65-
filename: '[name].js.map',
6666
exclude: ['vendor.js']
6767
});
6868
```

0 commit comments

Comments
 (0)