@atlaspack/transformer-less 2.12.1-dev.3356 → 2.12.1-dev.3365

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.
@@ -169,7 +169,7 @@ function resolvePathPlugin({
169
169
  }
170
170
  if (!contents) {
171
171
  filePath = await resolve(asset.filePath, filename, {
172
- packageConditions: ['less', 'style']
172
+ packageConditions: ['style']
173
173
  });
174
174
  contents = await asset.fs.readFile(filePath, 'utf8');
175
175
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/transformer-less",
3
- "version": "2.12.1-dev.3356+8b1a7da8f",
3
+ "version": "2.12.1-dev.3365+fc95bf726",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -13,12 +13,12 @@
13
13
  "source": "src/LessTransformer.js",
14
14
  "engines": {
15
15
  "node": ">= 16.0.0",
16
- "atlaspack": "^2.12.1-dev.3356+8b1a7da8f"
16
+ "atlaspack": "^2.12.1-dev.3365+fc95bf726"
17
17
  },
18
18
  "dependencies": {
19
- "@atlaspack/plugin": "2.12.1-dev.3356+8b1a7da8f",
19
+ "@atlaspack/plugin": "2.12.1-dev.3365+fc95bf726",
20
20
  "@parcel/source-map": "^2.1.1",
21
21
  "less": "^4.1.1"
22
22
  },
23
- "gitHead": "8b1a7da8f8d35174d53b02048bff9bcdb1e346f1"
23
+ "gitHead": "fc95bf7264a7c557592ab9457e8a9539571cc838"
24
24
  }
@@ -153,7 +153,7 @@ function resolvePathPlugin({asset, resolve}) {
153
153
 
154
154
  if (!contents) {
155
155
  filePath = await resolve(asset.filePath, filename, {
156
- packageConditions: ['less', 'style'],
156
+ packageConditions: ['style'],
157
157
  });
158
158
  contents = await asset.fs.readFile(filePath, 'utf8');
159
159
  }