Disable babel compact option (#9335)

This commit is contained in:
Bram Kragten
2021-06-03 21:34:30 +02:00
committed by GitHub
parent e00bcc9f48
commit 509c5b497a
3 changed files with 1 additions and 8 deletions

View File

@@ -47,7 +47,6 @@ const createWebpackConfig = ({
rules: [
{
test: /\.m?js$|\.ts$/,
exclude: bundle.babelExclude(),
use: {
loader: "babel-loader",
options: bundle.babelOptions({ latestBuild }),