Skip to content

Commit

Permalink
docs: add WebpackLicense in SourceMapDevToolPlugin docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Apr 17, 2024
1 parent 066d6be commit 281855f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import WebpackLicense from '../../../../components/webpack-license';
import { ApiMeta } from '../../../../components/ApiMeta.tsx';

<WebpackLicense from="https://webpack.js.org/plugins/source-map-dev-tool-plugin/" />

# SourceMapDevToolPlugin

<ApiMeta addedVersion={'0.5.2'} />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import WebpackLicense from '../../../../components/webpack-license';
import { ApiMeta } from '../../../../components/ApiMeta.tsx';

<WebpackLicense from="https://webpack.docschina.org/plugins/source-map-dev-tool-plugin/" />

# SourceMapDevToolPlugin

<ApiMeta addedVersion={'0.5.2'} />
Expand Down

0 comments on commit 281855f

Please sign in to comment.