Plugin of snapy.
Take a snapshot of a webpack output.
// ./test/snapy.config.jsmodule.exports={plugins: ["snapy-webpack",// ...]// ...}{test}=require("snapy")test((snap)=>{// simplesnap({webpack: "./test/_entry.js"})// full configsnap({webpack: {entry: "./test/_entry.js"mode: "production"// mode defaults to developmentmodule: {rules: [// webpack loader config]}plugins: [// webpack plugins]}})// load a configsnap({webpack: require("./webpack.config.js")})})Copyright (c) 2018 Paul Pflugradt Licensed under the MIT license.