mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
add not found script
This commit is contained in:
@@ -4,7 +4,8 @@ module.exports = {
|
||||
entry: {
|
||||
game: './client/src/scripts/game.js',
|
||||
home: './client/src/scripts/home.js',
|
||||
create: './client/src/scripts/create.js'
|
||||
create: './client/src/scripts/create.js',
|
||||
notFound: './client/src/scripts/notFound.js'
|
||||
},
|
||||
output: {
|
||||
path: path.resolve(__dirname, '../dist'),
|
||||
|
||||
Reference in New Issue
Block a user