mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
Exclude esprima and drop js-yaml from lovelace chunk (#5649)
This commit is contained in:
@@ -49,6 +49,9 @@ const createWebpackConfig = ({
|
||||
},
|
||||
],
|
||||
},
|
||||
externals: {
|
||||
esprima: "esprima",
|
||||
},
|
||||
optimization: {
|
||||
minimizer: [
|
||||
new TerserPlugin({
|
||||
|
||||
Reference in New Issue
Block a user