feat: app-css-loader & suppress env warning in ng projects

This commit is contained in:
Igor Randjelovic
2021-03-29 22:17:29 +02:00
parent 7d5f4a48ac
commit 0999d6fe3e
11 changed files with 105 additions and 2 deletions

View File

@ -63,6 +63,14 @@ export default function (config: Config, env: IWebpackEnv = _env): Config {
* +-----------------------------------------------------------------------------------------+
*/
/Zone\.js does not support native async\/await/,
/**
* This rule hides
* +-----------------------------------------------------------------------------------------+
* | WARNING in environment.*.ts is part of the TypeScript compilation but it's unused. |
* | Add only entry points to the 'files' or 'include' properties in your tsconfig. |
* +-----------------------------------------------------------------------------------------+
*/
/environment.(\w+).ts is part of the TypeScript compilation but it's unused/,
])
);