File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed
Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 3838 chart . render ( document . getElementById ( "chart" ) ) ;
3939 }
4040 </ script >
41- < script type ="text/javascript " src ="src/index.js "> </ script >
4241 < main >
4342 < h1 id ="lock "> </ h1 >
4443 < div id ="login-page " class ="login-page ">
Original file line number Diff line number Diff line change 88 "build" : " parcel build index.html"
99 },
1010 "dependencies" : {
11- "parcel" : " ^1.12.4" ,
12- "regenerator-runtime" : " ^0.13.5"
11+ "parcel" : " ^1.12.4"
1312 },
1413 "devDependencies" : {
1514 "@babel/core" : " ^7.8.6" ,
1615 "@babel/preset-env" : " ^7.8.6" ,
1716 "parcel-bundler" : " ^1.6.1"
18- }
17+ },
18+ "browserslist" : [
19+ " since 2020"
20+ ]
1921}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1212 "jsonwebtoken" : " ^8.3.0" ,
1313 "mongodb-stitch-browser-sdk" : " ^4.8.0" ,
1414 "parcel" : " ^1.12.4" ,
15- "regenerator-runtime" : " ^0.13.3" ,
1615 "request" : " ^2.88.2"
1716 },
1817 "devDependencies" : {
1918 "@babel/core" : " ^7.8.6" ,
2019 "@babel/preset-env" : " ^7.8.6" ,
2120 "parcel-bundler" : " ^1.6.1"
22- }
21+ },
22+ "browserslist" : [
23+ " since 2020"
24+ ]
2325}
Original file line number Diff line number Diff line change 11import ChartsEmbedSDK , { getRealmUserToken } from "@mongodb-js/charts-embed-dom" ;
22import { Stitch , UserPasswordCredential } from 'mongodb-stitch-browser-sdk'
3- import "regenerator-runtime/runtime" ;
43
54const client = Stitch . initializeAppClient (
65 'charts-embedding-sdk-nsuat' , // Optional: ~REPLACE~ with your Realm App ID
You can’t perform that action at this time.
0 commit comments