@gravity-ui/app-builder 0.15.1-beta.7 → 0.16.0
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.
|
@@ -470,7 +470,7 @@ function createSassStylesRule(options) {
|
|
|
470
470
|
options: {
|
|
471
471
|
sourceMap: true, // must be always true for work with resolve-url-loader
|
|
472
472
|
sassOptions: {
|
|
473
|
-
loadPaths: [paths_1.default.
|
|
473
|
+
loadPaths: [paths_1.default.appClient],
|
|
474
474
|
},
|
|
475
475
|
},
|
|
476
476
|
},
|
package/package.json
CHANGED