webpack-stats 0.2.0

As zero-copy as possible representation of webpack-stats
Documentation
1
2
3
4
5
6
7
8
9
10


function moduleTwo() {
    console.log("Module 2!")
}


module.exports = {
    moduleTwo: moduleTwo
}