UNPKG

rollup-plugin-visualizer

Version:

Visualize and analyze your bundle to quickly see which modules are taking up space.

5 lines (4 loc) 127 B
export const outputRawData = (strData) => { const data = JSON.parse(strData); return JSON.stringify(data, null, 2); };