Skip to content

Latest commit

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

snapy-webpack

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")})})

License

Copyright (c) 2018 Paul Pflugradt Licensed under the MIT license.

About

Take a snapshot of a webpack output

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages