mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 05:16:34 +00:00
Fix ignore plugin for ES5 builds
This commit is contained in:
parent
71397e5199
commit
7427b209a7
@ -19,6 +19,7 @@ module.exports = function (userOptions = {}) {
|
|||||||
// inside node_module dependencies.
|
// inside node_module dependencies.
|
||||||
if (
|
if (
|
||||||
importee.endsWith("commonjsHelpers.js") ||
|
importee.endsWith("commonjsHelpers.js") ||
|
||||||
|
importee.endsWith("rollupPluginBabelHelpers.js") ||
|
||||||
importee.endsWith("?commonjs-proxy") ||
|
importee.endsWith("?commonjs-proxy") ||
|
||||||
!importer ||
|
!importer ||
|
||||||
!importer.includes("/node_modules/")
|
!importer.includes("/node_modules/")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user