Skip to content

Commit 88910c4

Browse files
committed
fix entry path
1 parent cbcf8c1 commit 88910c4

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
@@ -1,5 +1,5 @@
11
module.exports = {
2-
entry: './public/entry.jsx',
2+
entry: './entry.jsx',
33
output: {
44
path: __dirname,
55
publicPath: '/assets/',

0 commit comments

Comments
 (0)