MM-57093 Update SCSS, Stylelint, and related packages (#26296)
* Update Stylelint and related packages * Autofix CSS files * Fix scss/no-global-function-names * Fix scss/operator-no-unspaced * Fix scss/comment-no-empty * Disable scss/at-extend-no-missing-placeholder * Update libraries for loading sass * Fix Rollup not emitting the CSS for the components package to the right place * Add plugin to re-add stylistic Stylelint rules * Actually import Stylelint plugin
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
4bba850090
Коммит
67f815e373
@@ -30,7 +30,10 @@ export default [
|
||||
},
|
||||
],
|
||||
plugins: [
|
||||
scss(),
|
||||
scss({
|
||||
fileName: 'index.esm.css',
|
||||
outputToFilesystem: true,
|
||||
}),
|
||||
resolve({
|
||||
browser: true,
|
||||
extensions: ['.ts', '.tsx'],
|
||||
|
||||
Ссылка в новой задаче
Block a user