We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b31b3d commit 4e5e3e0Copy full SHA for 4e5e3e0
angular.json
@@ -323,7 +323,7 @@
323
],
324
"outputHashing": "none",
325
"optimization": true,
326
- "externalDependencies": ["lit"]
+ "externalDependencies": ["lit", "igniteui-i18n-core"]
327
},
328
"development": {
329
"optimization": false,
projects/igniteui-angular-elements/esbuild.mjs
@@ -8,7 +8,7 @@ const config = {
8
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'],
+ external: ['lit', 'igniteui-i18n-core'],
12
target: 'es2022',
13
metafile: true,
14
treeShaking: true
0 commit comments