Added 404 page

This commit is contained in:
2019-05-07 21:48:20 +10:00
parent 1628b63eb2
commit 7a218368c2
9 changed files with 190 additions and 3 deletions
+3 -1
View File
@@ -2,8 +2,10 @@ module.exports = {
entry: './src/index.jsx',
output: {
path: __dirname + '/public/',
filename: 'app.bundle.js'
filename: 'app.bundle.js',
sourceMapFilename: 'app.js.map'
},
devtool: 'source-map',
module: {
rules: [
{