1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Add assetlinks.json to webpack.config.js (#1110)

* Update webpack.config.js

* add assetlinks.json
This commit is contained in:
Matt Portune
2021-08-03 13:23:04 -04:00
committed by GitHub
parent a23c2523d2
commit 2c1b06a5d8
2 changed files with 27 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ const plugins = [
{ from: './src/favicon.ico' },
{ from: './src/browserconfig.xml' },
{ from: './src/app-id.json' },
{ from: './src/assetlinks.json' },
{ from: './src/404.html' },
{ from: './src/404', to: '404' },
{ from: './src/images', to: 'images' },