Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dbb94b2

Browse files
fix: remove absent options from EvalSourceMapDevToolPlugin (#3894)
1 parent cce100b commit dbb94b2

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
@@ -8,6 +8,7 @@ contributors:
88
- madhavarshney
99
- koke
1010
- jamesgeorge007
11+
- anshumanv
1112
related:
1213
- title: Building Eval Source Maps
1314
url: https://survivejs.com/webpack/building/source-maps/#sourcemapdevtoolplugin-and-evalsourcemapdevtoolplugin
@@ -27,7 +28,6 @@ The following options are supported:
2728
- `test` (`string|RegExp|array`): Include source maps for modules based on their extension (defaults to `.js` and `.css`).
2829
- `include` (`string|RegExp|array`): Include source maps for module paths that match the given value.
2930
- `exclude` (`string|RegExp|array`): Exclude modules that match the given value from source map generation.
30-
- `filename` (`string`): Defines the output filename of the SourceMap (will be inlined if no value is provided).
3131
- `append` (`string`): Appends the given value to the original asset. Usually the `#sourceMappingURL` comment. `[url]` is replaced with a URL to the source map file. `false` disables the appending.
3232
- `moduleFilenameTemplate` (`string`): See [`output.devtoolModuleFilenameTemplate`](/configuration/output/#outputdevtoolmodulefilenametemplate).
3333
- `module` (`boolean`): Indicates whether loaders should generate source maps (defaults to `true`).

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /