Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit fb321cb

Browse files
committed
fix filename
1 parent ff7bfa3 commit fb321cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entry.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Support hot reloading
22
if (process.env.NODE_ENV !== 'production') {
33
// In development, it loads JSON file and supports WDS's hot reloading
4-
fetch('hack-rpg.json');
4+
fetch('make-rpg.json');
55
}
66

77
if (process.env.NODE_ENV === 'production') {

0 commit comments

Comments
 (0)