fix(example): disable react profiling
This commit is contained in:
parent
c133ba5a20
commit
e3c4c53f23
@ -6,9 +6,9 @@
|
|||||||
"start": "parcel index.html",
|
"start": "parcel index.html",
|
||||||
"build": "parcel build index.html --public-url '/react-component-form/'"
|
"build": "parcel build index.html --public-url '/react-component-form/'"
|
||||||
},
|
},
|
||||||
"alias": {
|
"dependencies": {
|
||||||
"react": "../node_modules/react",
|
"react": "file:../node_modules/react",
|
||||||
"react-dom": "../node_modules/react-dom/profiling"
|
"react-dom": "file:../node_modules/react-dom"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@parcel/transformer-image": "2.0.0-beta.2",
|
"@parcel/transformer-image": "2.0.0-beta.2",
|
||||||
|
Reference in New Issue
Block a user