tsconfig.json
"paths": {
"themes/*": [
"assets/themes/*"
]
}
projects\myplugin\src\lib\modules\home\components\detail.component.less
@import 'themes/theme.less';
this import working while build and package publish but not working in npm run test.
Error:
@import 'themes/theme.less';
^
Less resolver error:
Webpack resolver error details:
resolve 'themes/theme.less'