Add robot file, description and fix bundle link

This commit is contained in:
Corentin Risselin 2020-07-20 18:00:47 +09:00
commit 757be042a1
3 changed files with 9 additions and 3 deletions

View file

@ -21,6 +21,7 @@ module.exports = Object.assign(
}),
new CopyPlugin([
{from: 'index.html'},
{from: 'robot.txt'},
{from: 'src/lang', to: 'lang'},
{from: 'assets/public', to: 'assets'}
]),