Skip to content

Commit

Permalink
Feature/update to documentation v1 jf2 (#113)
Browse files Browse the repository at this point in the history
* Fixed addtionalChunkModule example

* Update DOCUMENTATION.md
  • Loading branch information
jackfruit2 committed Jan 10, 2022
1 parent 22b69b4 commit 81ee591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DOCUMENTATION.md
Expand Up @@ -260,7 +260,7 @@ new LicenseWebpackPlugin({
additionalChunkModules: {
main: [
{
name: 'somepkg'
name: 'somepkg',
directory: path.join(__dirname, 'node_modules', 'somepkg')
}
]
Expand All @@ -275,7 +275,7 @@ Example:
new LicenseWebpackPlugin({
additionalModules: [
{
name: 'somepkg'
name: 'somepkg',
directory: path.join(__dirname, 'node_modules', 'somepkg')
}
]
Expand Down

0 comments on commit 81ee591

Please sign in to comment.