fix::新版本商品页面\订单页面逻辑完善\依赖完善
This commit is contained in:
8
node_modules/sass-loader/README.md
generated
vendored
8
node_modules/sass-loader/README.md
generated
vendored
@@ -418,7 +418,7 @@ module.exports = {
|
||||
{
|
||||
loader: "sass-loader",
|
||||
options: {
|
||||
sassOptions: (loaderContext) => {
|
||||
sassOptions: (content, loaderContext) => {
|
||||
// More information about available properties https://webpack.js.org/api/loaders/
|
||||
const { resourcePath, rootContext } = loaderContext;
|
||||
const relativePath = path.relative(rootContext, resourcePath);
|
||||
@@ -677,14 +677,10 @@ Type:
|
||||
type warnRuleAsWarning = boolean;
|
||||
```
|
||||
|
||||
Default: `false`
|
||||
Default: `true`
|
||||
|
||||
Treats the `@warn` rule as a webpack warning.
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> It will be `true` by default in the next major release.
|
||||
|
||||
**style.scss**
|
||||
|
||||
```scss
|
||||
|
||||
Reference in New Issue
Block a user