@nxtedition/lib 14.0.2 → 14.0.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/lib",
3
- "version": "14.0.2",
3
+ "version": "14.0.3",
4
4
  "license": "MIT",
5
5
  "author": "Robert Nagy <robert.nagy@boffins.se>",
6
6
  "files": [
@@ -300,9 +300,10 @@ module.exports = ({ ds, ...options }) => {
300
300
  }
301
301
  }
302
302
 
303
- if (!self._entries) {
304
- self._args = null
305
- }
303
+ // TODO (perf): Make this work.
304
+ // if (!self._entries) {
305
+ // self._args = null
306
+ // }
306
307
 
307
308
  self._disposing = false
308
309
  }