webpack-inspector
webpack-inspector copied to clipboard
Devtool for webpack.
Results
2
webpack-inspector issues
Sort by
recently updated
recently updated
newest added
Thanks for making this awesome plugin ! It works really for normal webpack project and the metrics of loaders is super helpful. ## Problem Nextjs has a special on-demand compile...
在 [email protected] 搭建的工程中会报这个错误 * config.ts ``` export default defineConfig({ chainWebpack(config: any) { config.plugin('inspectorWebpackPlugin').use(InspectorWebpackPlugin, [ { // Custom the port of devtool page, which is 3333 by default. port: 3456, //...