@griddo/ax 1.73.21 → 1.73.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,7 +22,6 @@ const ModuleNotFoundPlugin = require("react-dev-utils/ModuleNotFoundPlugin");
22
22
  const ForkTsCheckerWebpackPlugin = require("react-dev-utils/ForkTsCheckerWebpackPlugin");
23
23
  const typescriptFormatter = require("react-dev-utils/typescriptFormatter");
24
24
  const ReactRefreshWebpackPlugin = require("@pmmmwh/react-refresh-webpack-plugin");
25
- const SassAlias = require("sass-alias");
26
25
 
27
26
  const postcssNormalize = require("postcss-normalize");
28
27
 
@@ -491,14 +490,7 @@ module.exports = function (webpackEnv) {
491
490
  importLoaders: 3,
492
491
  sourceMap: isEnvProduction ? shouldUseSourceMap : isEnvDevelopment,
493
492
  },
494
- "sass-loader",
495
- {
496
- sassOptions: {
497
- importer: new SassAlias({
498
- ...projectAliases,
499
- }).getImporter(),
500
- },
501
- }
493
+ "sass-loader"
502
494
  ),
503
495
  // Don't consider CSS imports dead code even if the
504
496
  // containing package claims to have no side effects.
@@ -518,14 +510,7 @@ module.exports = function (webpackEnv) {
518
510
  getLocalIdent: getCSSModuleLocalIdent,
519
511
  },
520
512
  },
521
- "sass-loader",
522
- {
523
- sassOptions: {
524
- importer: new SassAlias({
525
- ...projectAliases,
526
- }).getImporter(),
527
- },
528
- }
513
+ "sass-loader"
529
514
  ),
530
515
  },
531
516
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@griddo/ax",
3
3
  "description": "Griddo Author Experience",
4
- "version": "1.73.21",
4
+ "version": "1.73.23",
5
5
  "authors": [
6
6
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
7
7
  "Carlos Torres <carlos.torres@secuoyas.com>",
@@ -108,6 +108,7 @@
108
108
  "lodash.isequal": "4.5.0",
109
109
  "markdown-draft-js": "^2.2.1",
110
110
  "mini-css-extract-plugin": "0.11.3",
111
+ "node-sass": "^6.0.0",
111
112
  "optimize-css-assets-webpack-plugin": "^6.0.1",
112
113
  "pkg-dir": "^5.0.0",
113
114
  "polished": "3.4.1",
@@ -138,7 +139,6 @@
138
139
  "reflect-metadata": "0.1.13",
139
140
  "resolve": "^1.20.0",
140
141
  "resolve-url-loader": "^4.0.0",
141
- "sass": "^1.55.0",
142
142
  "sass-alias": "^1.0.5",
143
143
  "sass-loader": "^10.0.0",
144
144
  "semver": "^7.3.5",
@@ -228,5 +228,5 @@
228
228
  "publishConfig": {
229
229
  "access": "public"
230
230
  },
231
- "gitHead": "68c40e730af694eea2892dfa5410081a0ca8eb26"
231
+ "gitHead": "b451dfca29bef931d5d1a75ba0fa4807839a6ed0"
232
232
  }