mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-26 16:52:06 +05:30
Отключил минификацию цветов cssnano, которая портила выражения composes: black from ./buttons.scss;. Настроил лоадер для правильного резолвинга модулей для таких выражений
This commit is contained in:
parent
6f742ea22a
commit
8bb485d1e0
@ -102,7 +102,7 @@ var webpackConfig = {
|
||||
{
|
||||
test: /\.scss$/,
|
||||
extractInProduction: true,
|
||||
loader: 'style!css?modules&localIdentName=[path][name]-[local]!postcss!sass'
|
||||
loader: 'style!css?modules&importLoaders=2&localIdentName[=path][name]-[local]!postcss!sass'
|
||||
},
|
||||
{
|
||||
test: /\.jsx?$/,
|
||||
@ -137,6 +137,9 @@ var webpackConfig = {
|
||||
browsers: ['last 2 versions']
|
||||
},
|
||||
safe: true,
|
||||
// отключаем минификацию цветов, что бы она не ломала такие выражения:
|
||||
// composes: black from './buttons.scss';
|
||||
colormin: false,
|
||||
discardComments: {
|
||||
removeAll: true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user