Skip to content

Commit

Permalink
chore(*): attempting build opt
Browse files Browse the repository at this point in the history
  • Loading branch information
ChronosSF committed May 17, 2024
1 parent 8bfc911 commit 07d2884
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/igniteui-dev-demos",
"main": "./src/main.ts",
"outputPath": {
"base": "dist/igniteui-dev-demos"
},
"index": "src/index.html",
"polyfills": [
"zone.js"
Expand All @@ -34,7 +35,6 @@
],
"scripts": [],
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true,
Expand All @@ -43,7 +43,8 @@
"includePaths": [
"node_modules"
]
}
},
"browser": "./src/main.ts"
},
"configurations": {
"production": {
Expand Down
1 change: 1 addition & 0 deletions projects/igniteui-angular-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "IgniteUI for Angular localization resources package",
"main": "./index.js",
"types": "./index.d.ts",
"type": "module",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"downlevelIteration": true,
"importHelpers": true,
"module": "es2022",
"outDir": "./dist/out-tsc",
Expand Down

0 comments on commit 07d2884

Please sign in to comment.