mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 20:56:36 +00:00
Exclude viz network from babel
This commit is contained in:
parent
07f4e5ac5c
commit
0ec7973e95
@ -83,6 +83,7 @@ module.exports.babelOptions = ({ latestBuild }) => ({
|
|||||||
module.exports.babelExclude = () => [
|
module.exports.babelExclude = () => [
|
||||||
require.resolve("@mdi/js/mdi.js"),
|
require.resolve("@mdi/js/mdi.js"),
|
||||||
require.resolve("hls.js"),
|
require.resolve("hls.js"),
|
||||||
|
require.resolve("vis-network/peer/esm/vis-network.js"),
|
||||||
];
|
];
|
||||||
|
|
||||||
const outputPath = (outputRoot, latestBuild) =>
|
const outputPath = (outputRoot, latestBuild) =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user