mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-14 21:06: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.
|
||||
if (
|
||||
importee.endsWith("commonjsHelpers.js") ||
|
||||
importee.endsWith("rollupPluginBabelHelpers.js") ||
|
||||
importee.endsWith("?commonjs-proxy") ||
|
||||
!importer ||
|
||||
!importer.includes("/node_modules/")
|
||||
|
Loading…
x
Reference in New Issue
Block a user