Skip to content
Snippets Groups Projects
Unverified Commit efccba82 authored by Heatingdevice's avatar Heatingdevice
Browse files

Fix the build

parent b9ba1607
No related branches found
No related tags found
No related merge requests found
......@@ -50,10 +50,6 @@ const pageList = [
{
title: "Shorten | Elixire",
chunkName: "shorten"
},
{
title: "404 Page not Found",
chunkName: "404"
}
];
......@@ -75,8 +71,7 @@ module.exports = {
about: `${SRC_DIR}/about.js`,
list: `${SRC_DIR}/list.js`,
shortlist: `${SRC_DIR}/shortlist.js`,
shorten: `${SRC_DIR}/shorten.js`,
404: `${SRC_DIR}/errorpage.js`
shorten: `${SRC_DIR}/shorten.js`
},
output: {
filename: "assets/[chunkhash].js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment