You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed ng-zorro-antd && antd-scss-theme-plugin in angular project. Post installation and plugin configuration, it started throwing errors. themeEntryPath issues.
I changed the path
I installed ng-zorro-antd && antd-scss-theme-plugin in angular project. Post installation and plugin configuration, it started throwing errors. themeEntryPath issues.
I changed the path
const themeEntryPath = require.resolve('ng-zorro-antd/style/themes/default.less');
after that i changed the sass-loader plugin to version ^7.0.0 because loader API Schema was not compatible. (not compatible with sass-loader ^8.0.0).
Now it is throwing
Invalid CSS after " */": expected 1 selector or at-rule, was "import 'core-js/pro"
can this plugin be made compatible with ng-zorro-antd?
The text was updated successfully, but these errors were encountered: