code-inspector-plugin
Advanced tools
Comparing version 0.10.0 to 0.10.1
{ | ||
"name": "code-inspector-plugin", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"main": "./dist/index.js", | ||
@@ -42,5 +42,5 @@ "module": "./dist/index.mjs", | ||
"chalk": "4.1.1", | ||
"code-inspector-core": "0.10.0", | ||
"vite-code-inspector-plugin": "0.10.0", | ||
"webpack-code-inspector-plugin": "0.10.0" | ||
"code-inspector-core": "0.10.1", | ||
"webpack-code-inspector-plugin": "0.10.1", | ||
"vite-code-inspector-plugin": "0.10.1" | ||
}, | ||
@@ -47,0 +47,0 @@ "devDependencies": { |
@@ -41,3 +41,3 @@ <div align="center"> | ||
✅ vite<br /> | ||
✅ rspack<br /> | ||
✅ rspack / rsbuild<br /> | ||
✅ nextjs / nuxt / umijs eg.<br /> | ||
@@ -129,2 +129,25 @@ - The following Web frameworks are currently supported:<br /> | ||
<details> | ||
<summary>Click to expand configuration about: <b>rsbuild</b></summary> | ||
```js | ||
// rsbuild.config.js | ||
const { codeInspectorPlugin } = require('code-inspector-plugin'); | ||
module.exports = { | ||
// other config... | ||
tools: { | ||
rspack: { | ||
plugins: [ | ||
codeInspectorPlugin({ | ||
bundler: 'rspack', | ||
}), | ||
], | ||
}, | ||
}, | ||
}; | ||
``` | ||
</details> | ||
<details> | ||
<summary>Click to expand configuration about: <b>vue-cli</b></summary> | ||
@@ -131,0 +154,0 @@ |
36521
311
+ Addedcode-inspector-core@0.10.1(transitive)
+ Addedvite-code-inspector-plugin@0.10.1(transitive)
+ Addedwebpack-code-inspector-plugin@0.10.1(transitive)
- Removedcode-inspector-core@0.10.0(transitive)
- Removedvite-code-inspector-plugin@0.10.0(transitive)
- Removedwebpack-code-inspector-plugin@0.10.0(transitive)
Updatedcode-inspector-core@0.10.1