|
7 | 7 | href="https://fonts.googleapis.com/css?family=Fira+Code:400,700|DM+Serif+Display&display=swap" |
8 | 8 | rel="stylesheet" |
9 | 9 | /> |
| 10 | + |
| 11 | + <!-- |
| 12 | + JSPM Generator Import Map |
| 13 | + Edit URL: https://generator.jspm.io/#U2VgYGCzD0pNTC5RCC5JLCpJLWJIK0rMTS3Szc0vyczPczDWMzTQM2bIyCwuyS+qdDDVM9AzYCgCadBNyc91MDQHChhCBYryS4EGgMVN9Yzg6iDCyEJQbQCidtfSfgA |
| 14 | + --> |
| 15 | + <script type="importmap"> |
| 16 | + { |
| 17 | + "imports": { |
| 18 | + "react-sunbeam": "../react-sunbeam/dist/index.js", |
| 19 | + |
| 20 | + "framer-motion": "https://ga.jspm.io/npm:framer-motion@3.10.3/dist/dev.framer-motion.cjs.js", |
| 21 | + "history": "https://ga.jspm.io/npm:history@5.0.0/dev.main.js", |
| 22 | + "react": "https://ga.jspm.io/npm:react@17.0.1/dev.index.js", |
| 23 | + "react-dom": "https://ga.jspm.io/npm:react-dom@17.0.1/dev.index.js", |
| 24 | + "react-router": "https://ga.jspm.io/npm:react-router@5.2.0/dev.index.js", |
| 25 | + "react-router-dom": "https://ga.jspm.io/npm:react-router-dom@5.2.0/dev.index.js" |
| 26 | + }, |
| 27 | + "scopes": { |
| 28 | + "https://ga.jspm.io/": { |
| 29 | + "@babel/runtime/helpers/inheritsLoose": "https://ga.jspm.io/npm:@babel/runtime@7.13.10/helpers/inheritsLoose.js", |
| 30 | + "@emotion/is-prop-valid": "https://ga.jspm.io/npm:@emotion/is-prop-valid@0.8.8/dist/is-prop-valid.browser.cjs.js", |
| 31 | + "@emotion/memoize": "https://ga.jspm.io/npm:@emotion/memoize@0.7.4/dist/memoize.browser.cjs.js", |
| 32 | + "framesync": "https://ga.jspm.io/npm:framesync@5.2.0/lib/index.js", |
| 33 | + "hey-listen": "https://ga.jspm.io/npm:hey-listen@1.0.8/dist/dev.index.js", |
| 34 | + "history": "https://ga.jspm.io/npm:history@4.10.1/dev.index.js", |
| 35 | + "hoist-non-react-statics": "https://ga.jspm.io/npm:hoist-non-react-statics@3.3.2/dist/hoist-non-react-statics.cjs.js", |
| 36 | + "isarray": "https://ga.jspm.io/npm:isarray@0.0.1/index.js", |
| 37 | + "mini-create-react-context": "https://ga.jspm.io/npm:mini-create-react-context@0.4.1/dist/cjs/dev.index.js", |
| 38 | + "object-assign": "https://ga.jspm.io/npm:object-assign@4.1.1/index.js", |
| 39 | + "path-to-regexp": "https://ga.jspm.io/npm:path-to-regexp@1.8.0/index.js", |
| 40 | + "popmotion": "https://ga.jspm.io/npm:popmotion@9.3.1/lib/index.js", |
| 41 | + "prop-types": "https://ga.jspm.io/npm:prop-types@15.7.2/dev.index.js", |
| 42 | + "react-is": "https://ga.jspm.io/npm:react-is@16.13.1/dev.index.js", |
| 43 | + "resolve-pathname": "https://ga.jspm.io/npm:resolve-pathname@3.0.0/dev.index.js", |
| 44 | + "scheduler": "https://ga.jspm.io/npm:scheduler@0.20.1/dev.index.js", |
| 45 | + "scheduler/tracing": "https://ga.jspm.io/npm:scheduler@0.20.1/dev.tracing.js", |
| 46 | + "style-value-types": "https://ga.jspm.io/npm:style-value-types@4.1.1/lib/index.js", |
| 47 | + "tiny-invariant": "https://ga.jspm.io/npm:tiny-invariant@1.1.0/dist/dev.tiny-invariant.cjs.js", |
| 48 | + "tiny-warning": "https://ga.jspm.io/npm:tiny-warning@1.0.3/dist/dev.tiny-warning.cjs.js", |
| 49 | + "tslib": "https://ga.jspm.io/npm:tslib@1.14.1/tslib.js", |
| 50 | + "value-equal": "https://ga.jspm.io/npm:value-equal@1.0.1/dev.index.js" |
| 51 | + } |
| 52 | + } |
| 53 | + } |
| 54 | + </script> |
10 | 55 | </head> |
11 | 56 | <style> |
12 | 57 | body { |
|
23 | 68 | } |
24 | 69 | </style> |
25 | 70 | <body> |
26 | | - <div id="app"></div> |
27 | | - <script src="./src/apps/index.tsx"></script> |
| 71 | + <div id="app" /> |
| 72 | + <script type="module" src="/demo/dist/apps/index.js"></script> |
28 | 73 | </body> |
29 | 74 | </html> |
0 commit comments