mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-16369] use layout-bp mixin where applicable (#8945)
* [AAE-15828] layout-bp mixin for core * [AAE-15828] fixed import * [AAE-15828] layout-bp for process-services-cloud * [AAE-15828] layout-bp for process-services * [AAE-15828] layout-bp for content-services * [AAE-15828] fixed incorrect values * [AAE-15828] lint fix * configure stylePreprocessorOptions for cross project scss importing * scss import cardio * set correct style paths for packages * [AAE-16369] addded missing test config * [ci:force] fix for the pretheme build * unified configs for libs
This commit is contained in:
@@ -41,5 +41,11 @@ module.exports = {
|
||||
new DisableOutputWebpackPlugin({
|
||||
test: /\.js$/,
|
||||
})
|
||||
]
|
||||
],
|
||||
|
||||
resolve: {
|
||||
alias: {
|
||||
'styles': path.resolve(__dirname, '../core/src/lib/styles'),
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user