1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 22:33:35 +00:00

Use Webfonts from jslib instead of downloading them using gulp (#1205)

* Use Webfonts from jslib instead of downloading them using gulp

* Bump jslib.
This commit is contained in:
Oscar Hinton
2021-09-24 18:24:58 +02:00
committed by GitHub
parent ce3311a0dc
commit f8b0c2ffe4
7 changed files with 1657 additions and 6449 deletions

View File

@@ -136,6 +136,12 @@ const plugins = [
{ from: './src/scripts', to: 'scripts' },
{ from: './node_modules/qrious/dist/qrious.min.js', to: 'scripts' },
{ from: './node_modules/braintree-web-drop-in/dist/browser/dropin.js', to: 'scripts' },
{
from: './src/version.json',
transform (content, path) {
return content.toString().replace('process.env.APPLICATION_VERSION', pjson.version);
},
}
],
}),
new MiniCssExtractPlugin({