But you’re bundling it. You have to not bundle it. Instead include the raw file from the react package and load it with a script tag etc. and make parcel know that React is on a global, for example.
I don’t know how exactly you’d achieve that with parcel, only done it with webpack.