const WebpackStatsTreePlugin = require( 'webpack-stats-tree' ).Plugin // in your webpack config { plugins: [ new WebpackStatsTreePlugin() ] } ...
確定! 回上一頁