Fixed: (UI) Include ES6 libs in babel on Windows builder

This commit is contained in:
Bogdan
2023-03-11 15:49:05 +02:00
parent 7385e7281b
commit 0576c6af03

View File

@@ -152,7 +152,7 @@ module.exports = (env) => {
rules: [
{
test: [/\.jsx?$/, /\.tsx?$/],
exclude: /[\\/]node_modules[\\/](?!(@sentry\/browser|@sentry\/integrations|chart.js|filesize|normalize.css)[\\/])/,
exclude: /[\\/]node_modules[\\/](?!(@sentry|chart\.js|filesize)[\\/])/,
use: [
{
loader: 'babel-loader',