Skip to content

Commit 6b2028d

Browse files
committed
chore: rename scope name
1 parent b94ff9d commit 6b2028d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "vue-jsx-hot-loader",
2+
"name": "@ant-design-vue/vue-jsx-hot-loader",
33
"version": "1.0.0",
44
"description": "Tweak Vue components written in JSX in real time.",
55
"main": "dist/index.js",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import * as loaderUtils from 'loader-utils';
55
import * as t from '@babel/types';
66
import traverse from '@babel/traverse';
77
import { File } from '@babel/types'
8-
import { parse } from "@babel/parser";
8+
import { parse } from '@babel/parser';
99
import { isDefineComponentCall, parseComponentDecls } from './utils';
1010

1111
const hasJSX = (file: File) => {

0 commit comments

Comments
 (0)