UNPKG

rollup-plugin-webpack-stats

Version:

[![](https://img.shields.io/npm/v/rollup-plugin-webpack-stats.svg)](https://www.npmjs.com/package/rollup-plugin-webpack-stats) [![](https://img.shields.io/npm/dm/rollup-plugin-webpack-stats.svg)](https://www.npmjs.com/package/rollup-plugin-webpack-stats)

13 lines (8 loc) 289 B
'use strict'; require('path'); var transform = require('./chunks/transform.cjs'); require('node:path'); require('node:crypto'); exports.bundleToWebpackStats = transform.bundleToWebpackStats; exports.lookupChunkAsync = transform.lookupChunkAsync; //# sourceMappingURL=transform.cjs.map