plugins: [ codeInspectorPlugin({ bundler: 'rspack', }), // other plugins... ], }; Click to expand configuration about: rsbuild // rsbuild.config.js const { codeInspectorPlugin } = require('code-inspector-plugin'); module.exports = { // other config... tools: { rspack: { plugins...
pnpmaddcode-inspector-plugin-D 接着打开vue.config.js文件,引入插件和插件配置操作。下面是configureWebpack的写法: 代码语言:javascript 复制 // 这里省略原有其他配置...const{codeInspectorPlugin}=require('code-inspector-plugin');// 引入插件module.exports=defineConfig({// 这里省略原有其他配置...configure...
项目地址 https://github.com/zh-lx/code-inspector/blob/main/packages/webpack-plugin/README.md 使用方法 npm i webpack-code-inspector-plugin -D 1. vue.config.js // vue.config.js const WebpackCodeInspectorPlugin = require('webpack-code-inspector-plugin'); module.exports = { // ...other ...
"code-inspector-plugin":"^0.13.0", "cross-env":"^7.0.3", "eslint":"^8.36.0", "eslint-config-next":"^14.0.4", 5,564 changes: 2,640 additions & 2,924 deletions5,564web/yarn.lock Load diff Large diffs are not rendered by default....
Code inspector plugin for android studio, which is the same kind of the "Alibaba Java Coding Guidelines" Topics android plugin java code inspector assistant android-studio substitute Resources Readme Activity Stars 1 star Watchers 0 watching Forks 0 forks Report repository Releases No rel...
Code README MIT license 📖 Introduction A vite plugin which provides the ability that to jump to the local IDE when you click the element of browser automatically. It supports Vue2 & 3 & SSR. 📦 Installation #vite-plugin-vue-inspectorpnpm install vite-plugin-vue-inspector -D#unplugin-vu...
A Chrome DevTools plugin that visualizes Shopify Liquid render profiling data so you can triage long-running code and reduce server response times! - Shopify/shopify-theme-inspector