File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -18,21 +18,21 @@ export default defineConfig({
18
18
process . env . NODE_ENV === 'production'
19
19
? [ ]
20
20
: [
21
- {
22
- find : / ^ @ s t o r y b l o k \/ f i e l d - p l u g i n $ / ,
23
- replacement : path . resolve (
24
- __dirname ,
25
- '../field-plugin/src/index.ts' ,
26
- ) ,
27
- } ,
28
- {
29
- find : / ^ @ s t o r y b l o k \/ f i e l d - p l u g i n \/ r e a c t $ / ,
30
- replacement : path . resolve (
31
- __dirname ,
32
- '../field-plugin/ helpers/react/src/index.ts' ,
33
- ) ,
34
- } ,
35
- ] ,
21
+ {
22
+ find : / ^ @ s t o r y b l o k \/ f i e l d - p l u g i n $ / ,
23
+ replacement : path . resolve (
24
+ __dirname ,
25
+ '../field-plugin/src/index.ts' ,
26
+ ) ,
27
+ } ,
28
+ {
29
+ find : / ^ @ s t o r y b l o k \/ f i e l d - p l u g i n \/ r e a c t $ / ,
30
+ replacement : path . resolve (
31
+ __dirname ,
32
+ '../lib- helpers/react/src/index.ts' ,
33
+ ) ,
34
+ } ,
35
+ ] ,
36
36
} ,
37
37
server : {
38
38
port : 8080 ,
Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ for (const template of templates) {
46
46
find: /^@storyblok\\/field-plugin\\/vue3$/,
47
47
replacement: '${ path . resolve (
48
48
__dirname ,
49
- '../packages/field-plugin/ helpers/vue3/src/index.ts' ,
49
+ '../packages/lib- helpers/vue3/src/index.ts' ,
50
50
) } '
51
51
}, {
52
52
find: /^@storyblok\\/field-plugin\\/react$/,
53
53
replacement: '${ path . resolve (
54
54
__dirname ,
55
- '../packages/field-plugin/ helpers/react/src/index.ts' ,
55
+ '../packages/lib- helpers/react/src/index.ts' ,
56
56
) } '
57
57
}]
58
58
},
You can’t perform that action at this time.
0 commit comments