# webpack-sourcemap-unpacker **Repository Path**: BobZ/webpack-sourcemap-unpacker ## Basic Information - **Project Name**: webpack-sourcemap-unpacker - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 15 - **Forks**: 16 - **Created**: 2021-03-21 - **Last Updated**: 2025-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Webpack Sourcemap Unpacker ========================== This is a very handy script to unpack the sourcemap generated by the webpack into a project structured folder. Install ------- ``` # I am not going to pubilsh this tools via npm. # So you can just clone this repo then: # run yarn install to load the node_modules $ yarn install # and link it to your global library $ yarn link ``` Usage ----- ``` $ WebpackSourcemapUnpacker -h Usage: webpack-sourcemap-unpacker [options] Unpack the sourcemaps generated by Webpack to a project Options: -v, --version output the version number -p, --prefix [webpack:///] filter the path with certain prefix -i, --input [glob-pattern] a glob patterns to describe sourcemap files to be unpacked, default to *.map -o, --output [folder] set the output folder, default to current folder -h, --help output usage information ``` License ------- MIT