File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
projects/igniteui-angular-i18n Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1515 },
1616 "architect" : {
1717 "build" : {
18- "builder" : " @angular-devkit/build-angular:browser " ,
18+ "builder" : " @angular-devkit/build-angular:application " ,
1919 "options" : {
20- "outputPath" : " dist/igniteui-dev-demos" ,
21- "main" : " ./src/main.ts" ,
20+ "outputPath" : {
21+ "base" : " dist/igniteui-dev-demos"
22+ },
2223 "index" : " src/index.html" ,
2324 "polyfills" : [
2425 " zone.js"
3435 ],
3536 "scripts" : [],
3637 "extractLicenses" : false ,
37- "buildOptimizer" : false ,
3838 "sourceMap" : true ,
3939 "optimization" : false ,
4040 "namedChunks" : true ,
4343 "includePaths" : [
4444 " node_modules"
4545 ]
46- }
46+ },
47+ "browser" : " ./src/main.ts"
4748 },
4849 "configurations" : {
4950 "production" : {
Original file line number Diff line number Diff line change 44 "description" : " IgniteUI for Angular localization resources package" ,
55 "main" : " ./index.js" ,
66 "types" : " ./index.d.ts" ,
7+ "type" : " module" ,
78 "sideEffects" : false ,
89 "repository" : {
910 "type" : " git" ,
Original file line number Diff line number Diff line change 22 "compileOnSave" : false ,
33 "compilerOptions" : {
44 "baseUrl" : " ./" ,
5- "downlevelIteration" : true ,
65 "importHelpers" : true ,
76 "module" : " es2022" ,
87 "outDir" : " ./dist/out-tsc" ,
You can’t perform that action at this time.
0 commit comments