Skip to content

Commit cf59b2c

Browse files
committed
Merge pull request django-webpack#31 from mlorant/patch-1
Fix typo in README
2 parents c01a00b + 1f2ff75 commit cf59b2c

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)