%PDF- %PDF-
Direktori : /home/ugotscom/3vfm3/node_modules/laravel-mix/src/components/ |
Current File : /home/ugotscom/3vfm3/node_modules/laravel-mix/src/components/DumpWebpackConfig.js |
let Log = require('../Log'); class DumpWebpackConfig { /** * The optional name to be used when called by Mix. * Defaults to the class name, lowercased. */ name() { return ['dumpWebpackConfig', 'dump']; } /** * Register the component. */ register() { Mix.listen('configReadyForUser', config => { RegExp.prototype.toJSON = function() { return this.toString(); }; Log.info(JSON.stringify(config, null, 2)); }); } } module.exports = DumpWebpackConfig;