Sent all routes to index.html
This commit is contained in:
@ -11,6 +11,7 @@ module.exports = {
|
|||||||
public: "/",
|
public: "/",
|
||||||
src: "/dist",
|
src: "/dist",
|
||||||
},
|
},
|
||||||
|
routes: [{ match: "routes", src: ".*", dest: "/index.html" }],
|
||||||
optimize: {
|
optimize: {
|
||||||
bundle: true,
|
bundle: true,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user