Skip to content

Commit 1f2ff75

Browse files
committed
Fix typo in README
1 parent c01a00b commit 1f2ff75

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
@@ -275,7 +275,7 @@ module.exports = config;
275275
if not DEBUG:
276276
WEBPACK_LOADER.update({
277277
'BUNDLE_DIR_NAME': 'dist/',
278-
'STATS_FILE': os.path.join(BASE_DIR, 'webpack-stats-prod.json'
278+
'STATS_FILE': os.path.join(BASE_DIR, 'webpack-stats-prod.json')
279279
})
280280
```
281281

0 commit comments

Comments
 (0)