There was an error while loading. Please reload this page.
1 parent bbe26dc commit 8576bdfCopy full SHA for 8576bdf
projects/igniteui-angular-elements/esbuild.mjs
@@ -5,7 +5,7 @@ const config = {
5
// logLevel: 'verbose',
6
entryPoints: [`${ROOT}/index.js`],
7
bundle: true,
8
- minify: true,
+ minify: false, // temporary disabled due to Webpack issues https://github.com/webpack/webpack/issues/16262
9
outfile: `${ROOT}/elements.js`,
10
format: 'esm',
11
external: ['lit-html'],
0 commit comments