mirror of
https://github.com/home-assistant/frontend.git
synced 2025-10-09 03:39:47 +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