## Current Behavior There is a migration that always adds `sass-embedded` for Rspack and Webpack for 20.5 ## Expected Behavior `sass-embedded` is already a dependency of Rspack and Webpack and therefore does not need to be added to users package.json - especially as they may not be using it.
15 lines
320 B
JSON
15 lines
320 B
JSON
{
|
|
"name": "20.5.0-package-updates",
|
|
"version": "20.5.0-beta.3",
|
|
"packages": {
|
|
"sass-loader": { "version": "^16.0.4", "alwaysAddToPackageJson": false }
|
|
},
|
|
"aliases": [],
|
|
"description": "",
|
|
"hidden": false,
|
|
"implementation": "",
|
|
"path": "/packages/webpack",
|
|
"schema": null,
|
|
"type": "migration"
|
|
}
|