1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

Revert "Use ES modules and dynamic import for Webpack latest builds (… (#16679)

Revert "Use ES modules and dynamic import for Webpack latest builds (#16620)"

This reverts commit 7b350e31dd.
This commit is contained in:
Bram Kragten
2023-05-30 23:56:38 +02:00
committed by GitHub
parent 5218e1352e
commit d914fb0cfc
4 changed files with 3 additions and 16 deletions

View File

@@ -77,7 +77,6 @@ module.exports.htmlMinifierOptions = {
module.exports.terserOptions = ({ latestBuild, isTestBuild }) => ({
safari10: !latestBuild,
ecma: latestBuild ? 2015 : 5,
module: latestBuild,
format: { comments: false },
sourceMap: !isTestBuild,
});