A Webpack plugin (v0.0.2) that writes specified compiler assets to disk, useful with webpack-dev-server where files are memory-only. It hooks into the after-emit event and supports regex or string asset matching, custom filenames (string or function), and nested output paths. Not updated since 2016; likely unmaintained.
npm install webpack-disk-pluginVerified import paths — ran on the pinned version, not inferred.
Copies a stats.json and a hashed main.js file to the build directory using webpack-disk-plugin.
Consider alternative plugins like copy-webpack-plugin or webpack-manifest-plugin.
Use const DiskPlugin = require('webpack-disk-plugin');Ensure each file in the `files` array has a distinct output filename.
Use const DiskPlugin = require('webpack-disk-plugin'); without destructuring.Run npm install webpack-disk-plugin --save-dev
No dependency data recorded yet.