@trackunit/iris-app-webpack-plugin 0.0.173 → 0.0.176
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/CHANGELOG.md +12 -0
- package/README.md +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.0.176](https://github.com/Trackunit/manager/compare/iris-app-webpack-plugin/0.0.175...iris-app-webpack-plugin/0.0.176) (2024-02-08)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `iris-app-api` updated to version `0.0.175`
|
|
10
|
+
## [0.0.175](https://github.com/Trackunit/manager/compare/iris-app-webpack-plugin/0.0.174...iris-app-webpack-plugin/0.0.175) (2024-02-08)
|
|
11
|
+
|
|
12
|
+
### Dependency Updates
|
|
13
|
+
|
|
14
|
+
* `iris-app-api` updated to version `0.0.174`
|
|
15
|
+
## [0.0.174](https://github.com/Trackunit/manager/compare/iris-app-webpack-plugin/0.0.173...iris-app-webpack-plugin/0.0.174) (2024-02-08)
|
|
16
|
+
|
|
5
17
|
## [0.0.173](https://github.com/Trackunit/manager/compare/iris-app-webpack-plugin/0.0.172...iris-app-webpack-plugin/0.0.173) (2024-02-08)
|
|
6
18
|
|
|
7
19
|
## [0.0.172](https://github.com/Trackunit/manager/compare/iris-app-webpack-plugin/0.0.171...iris-app-webpack-plugin/0.0.172) (2024-02-08)
|
package/README.md
CHANGED
|
@@ -13,6 +13,16 @@ For more info and a full guide on Iris App SDK Development, please visit our [De
|
|
|
13
13
|
|
|
14
14
|
Run through the easy getting started guide here: [Getting Started](https://developers.trackunit.com/docs/getting-started)
|
|
15
15
|
|
|
16
|
+
## Debugging Iris Apps (react-devtools)
|
|
17
|
+
Run a global install of [react-devtools](https://www.npmjs.com/package/react-devtools).
|
|
18
|
+
With volta:
|
|
19
|
+
`volta install react-devtools`
|
|
20
|
+
|
|
21
|
+
Run react-devtools from the terminal to launch the standalone DevTools app:
|
|
22
|
+
`react-devtools`
|
|
23
|
+
|
|
24
|
+
React-devtools will automatically connect to whichever Iris App is running in your browser at the given moment.
|
|
25
|
+
|
|
16
26
|
## Trackunit
|
|
17
27
|
This package was developed by Trackunit ApS.
|
|
18
28
|
Trackunit is the leading SaaS-based IoT solution for the construction industry, offering an ecosystem of hardware, fleet management software & telematics.
|