webpack-code-inspector-plugin
Advanced tools
Comparing version 0.10.0 to 0.10.1
{ | ||
"name": "webpack-code-inspector-plugin", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"main": "./dist/index.umd.js", | ||
@@ -41,3 +41,3 @@ "module": "./dist/index.mjs", | ||
"dependencies": { | ||
"code-inspector-core": "0.10.0" | ||
"code-inspector-core": "0.10.1" | ||
}, | ||
@@ -44,0 +44,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 @@ |
21382
311
+ Addedcode-inspector-core@0.10.1(transitive)
- Removedcode-inspector-core@0.10.0(transitive)
Updatedcode-inspector-core@0.10.1