Tweaked webpack.config.js
This commit is contained in:
+3
-1
@@ -99,7 +99,9 @@ module.exports = ({ production, analyze }) => {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
static: '/public'
|
static: '/public',
|
||||||
|
|
||||||
|
historyApiFallback: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user