Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Fix link to babel-minify-webpack-plugin options (#340)
Browse files Browse the repository at this point in the history
Addresses:
#315 (comment)
  • Loading branch information
edmorley authored Oct 2, 2017
1 parent 484c988 commit 703da77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/middleware/neutrino-middleware-minify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = {
```

The `minify` and `plugin` properties map to the options defined by
[babel-minify-webpack-plugin](https://www.npmjs.com/package/babel-minify-webpack-plugin#options).
[babel-minify-webpack-plugin](https://github.com/webpack-contrib/babel-minify-webpack-plugin#options).

## Customization

Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-middleware-minify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = {
```

The `minify` and `plugin` properties map to the options defined by
[babel-minify-webpack-plugin](https://www.npmjs.com/package/babel-minify-webpack-plugin#options).
[babel-minify-webpack-plugin](https://github.com/webpack-contrib/babel-minify-webpack-plugin#options).

## Customization

Expand Down

0 comments on commit 703da77

Please sign in to comment.