Skip to content

Commit 8a18a84

Browse files
Merge pull request microsoft#10 from Astray-git/master
Fix webpack config filename
2 parents 7277a12 + ad30ae0 commit 8a18a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ We strongly recommend using TypeScript's stricter options for a better experienc
100100

101101
# Adding Webpack
102102

103-
We'll need to add a `webpack.config.json` to bundle our app.
103+
We'll need to add a `webpack.config.js` to bundle our app.
104104

105105
```js
106106
var path = require('path')

0 commit comments

Comments
 (0)