eusmileview-react17 0.1.6 → 0.1.9
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/README.md +5 -0
- package/build/asset-manifest.json +1 -1
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/build/{precache-manifest.48faf6ea46c1f9591e41e337a529c60f.js → precache-manifest.871835c7a2f93b86086645c60cffe2b9.js} +2 -2
- package/build/service-worker.js +1 -1
- package/build/styles.css.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -66,3 +66,8 @@ This section has moved here: https://facebook.github.io/create-react-app/docs/de
|
|
|
66
66
|
### `npm run build` fails to minify
|
|
67
67
|
|
|
68
68
|
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
|
|
69
|
+
|
|
70
|
+
### Main branches
|
|
71
|
+
|
|
72
|
+
the `lib17` branch targets `React 17` and the the npm package build with it can be used in the `invisalign typescript app`
|
|
73
|
+
<br> the `dev/lib` branch targets `React 16` and the the npm package build with it can be used in the legacy `invisalign javascript app`
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"main.js": "/index.js",
|
|
5
5
|
"main.js.map": "/index.js.map",
|
|
6
6
|
"index.html": "/index.html",
|
|
7
|
-
"precache-manifest.
|
|
7
|
+
"precache-manifest.871835c7a2f93b86086645c60cffe2b9.js": "/precache-manifest.871835c7a2f93b86086645c60cffe2b9.js",
|
|
8
8
|
"service-worker.js": "/service-worker.js",
|
|
9
9
|
"styles.css.map": "/styles.css.map"
|
|
10
10
|
}
|