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:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user