File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1- // import "react-app-polyfill/ie11";
2- import * as ReactDOM from 'react-dom' ;
3- import React from 'react' ;
4- import { Demo } from './Demo.stories' ;
5- import { DirectionX } from './DirectionX.stories' ;
1+ import * as ReactDOM from "react-dom" ;
2+ import * as React from "react" ;
3+ import { Demo } from "./Demo.stories" ;
4+ import { DirectionX } from "./DirectionX.stories" ;
65export default function App ( ) {
76 return (
87 < div className = "App" >
@@ -15,4 +14,4 @@ export default function App() {
1514 ) ;
1615}
1716
18- ReactDOM . render ( < App /> , document . getElementById ( ' root' ) ) ;
17+ ReactDOM . render ( < App /> , document . getElementById ( " root" ) ) ;
Original file line number Diff line number Diff line change 44 "main" : " index.js" ,
55 "license" : " MIT" ,
66 "scripts" : {
7- "start" : " parcel index.html" ,
7+ "start" : " parcel index.html --open " ,
88 "build" : " parcel build index.html"
99 },
1010 "dependencies" : {
11- "@types/node" : " 14.6.0" ,
1211 "react" : " 16.13.1" ,
1312 "react-app-polyfill" : " ^1.0.0" ,
1413 "react-dom" : " 16.13.1" ,
1716 "devDependencies" : {
1817 "@types/react" : " ^16.9.11" ,
1918 "@types/react-dom" : " ^16.8.4" ,
20- "parcel" : " ^1.12.3" ,
21- "typescript" : " ^3.4.5"
19+ "typescript" : " ^3.4.5" ,
20+ "@babel/core" : " 7.2.0" ,
21+ "parcel-bundler" : " ^1.6.1" ,
22+ "@types/node" : " 14.6.0"
2223 }
23- }
24+ }
You can’t perform that action at this time.
0 commit comments