mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-10 19:06:36 +00:00
Remove reference to Google Fonts (#5849)
This commit is contained in:
parent
6bb7b01d00
commit
f70130e21f
@ -74,6 +74,10 @@ const createWebpackConfig = ({
|
|||||||
/@polymer\/font-roboto\/roboto\.js$/,
|
/@polymer\/font-roboto\/roboto\.js$/,
|
||||||
path.resolve(paths.polymer_dir, "src/util/empty.js")
|
path.resolve(paths.polymer_dir, "src/util/empty.js")
|
||||||
),
|
),
|
||||||
|
new webpack.NormalModuleReplacementPlugin(
|
||||||
|
/@vaadin\/vaadin-material-styles\/font-roboto\.js$/,
|
||||||
|
path.resolve(paths.polymer_dir, "src/util/empty.js")
|
||||||
|
),
|
||||||
// Ignore mwc icons pointing at CDN.
|
// Ignore mwc icons pointing at CDN.
|
||||||
new webpack.NormalModuleReplacementPlugin(
|
new webpack.NormalModuleReplacementPlugin(
|
||||||
/@material\/mwc-icon\/mwc-icon-font\.js$/,
|
/@material\/mwc-icon\/mwc-icon-font\.js$/,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user