mirror of
https://github.com/home-assistant/frontend.git
synced 2025-10-09 19:59:43 +00:00
Disable babel compact option (#9335)
This commit is contained in:
@@ -47,7 +47,6 @@ const createWebpackConfig = ({
|
||||
rules: [
|
||||
{
|
||||
test: /\.m?js$|\.ts$/,
|
||||
exclude: bundle.babelExclude(),
|
||||
use: {
|
||||
loader: "babel-loader",
|
||||
options: bundle.babelOptions({ latestBuild }),
|
||||
|
Reference in New Issue
Block a user