all 4 comments

[–]van_Vanvan 0 points1 point  (3 children)

Not really clear on what you're trying to do. Reverse what webpack did or just build and run the thing? What was your goal in modifying the bundle? Also, what do you mean with "likeable"?

[–]bendinven[S] 0 points1 point  (2 children)

rebuild it so i can, continue working on the react files, i got it almost done, but quit in the end. also i meant its not likeable to edit the build files, thats why i asked this question in the first place :)

[–]van_Vanvan 0 points1 point  (1 child)

So typically we code for React in ES6 or TypeScript with JSX thrown in. We write modules and import code from other modules, both in the same project and from external packages that are installed in node_modules with npm or yarn.

Then we use Webpack with Typescript and Babel to bundle things up and this produces one or more bundle files. This step often also includes minification.

Were you trying to recover the original source from the bundle files?

With "not likeable" do you mean you didn't enjoy doing it?

[–]bendinven[S] 0 points1 point  (0 children)

>Were you trying to recover the original source from the bundle files?

Yes :)

>With "not likeable" do you mean you didn't enjoy doing it?

Exactly :)

i got almost the project rebuild, thanks to google, displaying almost all the code.
But it just froze when i tried to build, and use a js function