Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webpack stats 分析工具 analyse #2

Open
luqin opened this issue Jun 7, 2015 · 0 comments
Open

webpack stats 分析工具 analyse #2

luqin opened this issue Jun 7, 2015 · 0 comments

Comments

@luqin
Copy link
Owner

luqin commented Jun 7, 2015

http://webpack.github.io/analyse/

使用方式:

webpack --json > stats.json

plugins:

function () {
    this.plugin('done', function (stats) {
        let jsonStats = stats.toJson();
        require('fs').writeFileSync(path.join(constants.BUILD_DIR, 'stats.json'), JSON.stringify(jsonStats));
    });
}
@luqin luqin changed the title webpack分析工具 webpack stats分析工具 Jun 8, 2015
@luqin luqin changed the title webpack stats分析工具 webpack stats 分析工具 Jun 8, 2015
@luqin luqin changed the title webpack stats 分析工具 webpack stats 分析工具 analyse Aug 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant