diff --git a/angular.json b/angular.json index e733c48..89cdf33 100644 --- a/angular.json +++ b/angular.json @@ -153,7 +153,7 @@ "builder": "@nrwl/web:build", "options": { "outputPath": "dist/apps/cart", - "webpackConfig": "@nrwl/react/plugins/babel", + "webpackConfig": "@nrwl/react/plugins/webpack", "index": "apps/cart/src/index.html", "main": "apps/cart/src/main.tsx", "polyfills": "apps/cart/src/polyfills.ts", diff --git a/apps/cart/tsconfig.json b/apps/cart/tsconfig.json index ffe5b27..41b20c6 100644 --- a/apps/cart/tsconfig.json +++ b/apps/cart/tsconfig.json @@ -7,5 +7,9 @@ "allowSyntheticDefaultImports": true, "types": ["node", "jest"] }, - "include": ["**/*.ts", "**/*.tsx"] + "include": ["**/*.ts", "**/*.tsx"], + "files": [ + "../../node_modules/@nrwl/react/typings/cssmodule.d.ts", + "../../node_modules/@nrwl/react/typings/image.d.ts" + ] } diff --git a/apps/cart/tslint.json b/apps/cart/tslint.json index 4fa9be3..8e2f21b 100644 --- a/apps/cart/tslint.json +++ b/apps/cart/tslint.json @@ -1,4 +1,4 @@ { "extends": "../../tslint.json", - "rules": [] + "rules": {} } diff --git a/libs/cart/cart-page/tslint.json b/libs/cart/cart-page/tslint.json index e341981..7353037 100644 --- a/libs/cart/cart-page/tslint.json +++ b/libs/cart/cart-page/tslint.json @@ -1,4 +1,4 @@ { "extends": "../../..//tslint.json", - "rules": [] + "rules": {} } diff --git a/libs/products/home-page/src/lib/home-page/home-page.component.html b/libs/products/home-page/src/lib/home-page/home-page.component.html index 4d88947..8bd2777 100644 --- a/libs/products/home-page/src/lib/home-page/home-page.component.html +++ b/libs/products/home-page/src/lib/home-page/home-page.component.html @@ -1,5 +1,5 @@