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:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user