1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Bump chartjs to version 3 (#9401)

This commit is contained in:
Bram Kragten
2021-06-18 11:15:07 +02:00
committed by GitHub
parent f88e238d41
commit 0ef3421fa2
31 changed files with 1616 additions and 1568 deletions

View File

@@ -5,8 +5,6 @@ const paths = require("./paths.js");
// Files from NPM Packages that should not be imported
module.exports.ignorePackages = ({ latestBuild }) => [
// Bloats bundle and it's not used.
path.resolve(require.resolve("moment"), "../locale"),
// Part of yaml.js and only used for !!js functions that we don't use
require.resolve("esprima"),
];