Add 404 page and robots.txt

This commit is contained in:
schmelczerandras 2020-09-28 17:11:10 +02:00
parent 86df753c79
commit edb6c5e69c
6 changed files with 57 additions and 7 deletions

View file

@ -100,6 +100,16 @@ module.exports = {
},
},
},
{
test: /no-change.*(html|txt)$/i,
use: {
loader: 'file-loader',
query: {
outputPath: '/',
name: '[name].[ext]',
},
},
},
{
test: /\.(svg)$/,
use: {