Skip to content

Commit

Permalink
fix(configuration): fix filename from webpack.config.js to someLibNam…
Browse files Browse the repository at this point in the history
…e.js (webpack#3678)
  • Loading branch information
hiroppy authored Apr 5, 2020
1 parent c4a3511 commit e605b64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/content/configuration/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ contributors:
- Neob91
- anikethsaha
- jamesgeorge007
- hiroppy
---

The top-level `output` key contains set of options instructing webpack on how and where it should output your bundles, assets and anything else you bundle or load with webpack.
Expand Down Expand Up @@ -48,7 +49,7 @@ module.exports = {

which will yield the following:

__webpack.config.js__
__someLibName.js__

```javascript
(function webpackUniversalModuleDefinition(root, factory) {
Expand Down

0 comments on commit e605b64

Please sign in to comment.