Skip to content

Commit a263aeb

Browse files
chenxsanmontogeek
authored andcommitted
docs(guides): Update author-libraries.md (#2735)
1 parent ffd9346 commit a263aeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/guides/author-libraries.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ contributors:
99
- marioacc
1010
- byzyk
1111
- EugeneHlushko
12+
- chenxsan
1213
---
1314

1415
Aside from applications, webpack can also be used to bundle JavaScript libraries. The following guide is meant for library authors looking to streamline their bundling strategy.
@@ -331,4 +332,4 @@ W> The `module` property should point to a script that utilizes ES2015 module sy
331332

332333
Now you can [publish it as an npm package](https://docs.npmjs.com/getting-started/publishing-npm-packages) and find it at [unpkg.com](https://unpkg.com/#/) to distribute it to your users.
333334

334-
T> To expose stylesheets associated with your library, the [`ExtractTextPlugin`](/plugins/extract-text-webpack-plugin) should be used. Users can then consume and load these as they would any other stylesheet.
335+
T> To expose stylesheets associated with your library, the [`MiniCssExtractPlugin`](/plugins/mini-css-extract-plugin) should be used. Users can then consume and load these as they would any other stylesheet.

0 commit comments

Comments
 (0)