diff --git a/advanced-api/automatic-vendor-sharing/app1/package.json b/advanced-api/automatic-vendor-sharing/app1/package.json index 22804cdc78f..83a400dafa6 100644 --- a/advanced-api/automatic-vendor-sharing/app1/package.json +++ b/advanced-api/automatic-vendor-sharing/app1/package.json @@ -28,7 +28,9 @@ "serve": "serve dist -p 3001 --cors", "clean": "rm -rf dist", "type-check": "tsc --noEmit", - "analyze": "webpack-bundle-analyzer dist/static/js/*.js" + "analyze": "webpack-bundle-analyzer dist/static/js/*.js", + "prestart": "node ../../../scripts/track-demo-run.js", + "preserve": "node ../../../scripts/track-demo-run.js" }, "dependencies": { "react": "^18.3.1", diff --git a/advanced-api/automatic-vendor-sharing/app1/public/index.html b/advanced-api/automatic-vendor-sharing/app1/public/index.html index 0f13cb64d0f..c72a4aaad48 100644 --- a/advanced-api/automatic-vendor-sharing/app1/public/index.html +++ b/advanced-api/automatic-vendor-sharing/app1/public/index.html @@ -3,5 +3,40 @@
+ +