Skip to content

Commit e64132e

Browse files
committed
Refactor structure. Fixes webpack config.
1 parent 7d621fa commit e64132e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const settings = {
55
entry: {
66
bundle: [
77
"react-hot-loader/patch",
8-
"./src/app/client.js"
8+
"./src/frontend/index.js"
99
]
1010
},
1111
output: {

0 commit comments

Comments
 (0)