Skip to content

Commit c5ccefd

Browse files
authored
feat: vite-plugin-react-scan v0.1.5 (#314)
1 parent e77959a commit c5ccefd

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

packages/vite-plugin-react-scan/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md)
7373

7474
## License
7575

76-
React Scan Vite Plugin is [MIT-licensed](LICENSE) open-source software by Aiden Bai, [Million Software, Inc.](https://million.dev), and [contributors](https://github.com/aidenybai/react-scan/graphs/contributors):
76+
React Scan Vite Plugin is [MIT-licensed](LICENSE) open-source software by Aiden Bai, [Million Software, Inc.](https://million.dev), and [contributors](https://github.com/aidenybai/react-scan/graphs/contributors).

packages/vite-plugin-react-scan/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-scan/vite-plugin-react-scan",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "A Vite plugin for React Scan - detects performance issues in your React app.",
55
"type": "module",
66
"main": "dist/index.js",

packages/vite-plugin-react-scan/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ const reactScanPlugin = (options: ReactScanPluginOptions = {}): Plugin => {
121121
const base = config.base || '/';
122122
return `
123123
<script type="module">
124-
console.log('base', '${base}');
125124
import { scan } from '${base}@id/react-scan';
126125
(async () => {
127126
try {

0 commit comments

Comments
 (0)