Skip to content

Commit f22fa9d

Browse files
authored
Change "Webpack" back to "webpack"
1 parent cfc1748 commit f22fa9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/shimming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ contributors:
1111

1212
## Prefer unminified CommonJS/AMD files over bundled `dist` versions.
1313

14-
Most modules link the `dist` version in the `main` field of their `package.json`. While this is useful for most developers, for Webpack it is better to alias the src version because this way webpack is able to optimize dependencies better. However in most cases `dist` works fine as well.
14+
Most modules link the `dist` version in the `main` field of their `package.json`. While this is useful for most developers, for webpack it is better to alias the src version because this way webpack is able to optimize dependencies better. However in most cases `dist` works fine as well.
1515

1616
``` javascript
1717
// webpack.config.js

0 commit comments

Comments
 (0)