webpack-code-inspector-plugin
Advanced tools
Comparing version 0.11.0 to 0.12.0
{ | ||
"name": "webpack-code-inspector-plugin", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"main": "./dist/index.umd.js", | ||
@@ -41,3 +41,3 @@ "module": "./dist/index.mjs", | ||
"dependencies": { | ||
"code-inspector-core": "0.11.0" | ||
"code-inspector-core": "0.12.0" | ||
}, | ||
@@ -44,0 +44,0 @@ "devDependencies": { |
@@ -302,10 +302,2 @@ <div align="center"> | ||
Sponsoring this project can help the author create better . If you needed, you can contact the author to have your avatar added to the list of sponsors. | ||
- Afdian(爱发电): https://afdian.net/a/zhoulixiang | ||
- Alipay or WeChatPay: | ||
<div style="display: flex; column-gap: 16px; row-gap: 16px; flex-wrap: wrap;"> | ||
<img src="https://cdn.jsdelivr.net/gh/zh-lx/static-img/code-inspector/wxpay.jpg" width="200" height="272" /> | ||
<img src="https://cdn.jsdelivr.net/gh/zh-lx/static-img/code-inspector/alipay.jpg" width="180" height="272" /> | ||
</div> | ||
Sponsoring this project can help the author create better. If you are willing, thanks for sponsoring me through [here](https://inspector.fe-dev.cn/en/more/sponsor.html). |
@@ -0,0 +0,0 @@ import { CodeOptions } from 'code-inspector-core'; |
export default function WebpackCodeInjectLoader(content: string, source: any, meta: any): Promise<void>; |
export default function WebpackCodeInspectorLoader(content: string): Promise<string>; |
Sorry, the diff of this file is not supported yet
4
3
19152
10
101
303
+ Addedcode-inspector-core@0.12.0(transitive)
- Removedcode-inspector-core@0.11.0(transitive)
Updatedcode-inspector-core@0.12.0