%PDF- %PDF-
Direktori : /home/ugotscom/.trash/laravel/node_modules/laravel-mix/src/webpackPlugins/ |
Current File : /home/ugotscom/.trash/laravel/node_modules/laravel-mix/src/webpackPlugins/ManifestPlugin.js |
class ManifestPlugin { /** * Apply the plugin. * * @param {Object} compiler */ apply(compiler) { compiler.plugin('emit', (curCompiler, callback) => { let stats = curCompiler.getStats().toJson(); // Handle the creation of the mix-manifest.json file. Mix.manifest.transform(stats).refresh(); callback(); }); } } module.exports = ManifestPlugin;