Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

webpack - How to extract bundle to respective components

Tags:

I would like to have unpack/extract all the component and js files from bundle.js (a webpack file). i left with this file only

I have googled and tried couple of ways to unpack bundle js files however it did not work out.

i have tried the solution as well. Please find for the reference

How to extract the bundle.js file in Webpack?

Kindly help me

like image 525
Johib Khan Avatar asked May 31 '17 05:05

Johib Khan


1 Answers

A little googling around for a similar issue lead me to: https://github.com/1egoman/debundle

A javascript debundler. Takes a Browserify or Webpack bundle and recreates the initial, pre-bundled source.

like image 167
Glenn 'devalias' Grant Avatar answered Sep 21 '22 10:09

Glenn 'devalias' Grant