Skip to content

Commit e919b20

Browse files
committed
targets:three, pull from three instead of three/src/Three
1 parent 0c708ff commit e919b20

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

.size-snapshot.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"gzipped": 1999
2020
},
2121
"dist/web.js": {
22-
"bundled": 63008,
23-
"minified": 29974,
24-
"gzipped": 10894,
22+
"bundled": 63059,
23+
"minified": 29978,
24+
"gzipped": 10898,
2525
"treeshaked": {
2626
"rollup": {
2727
"code": 11455,
@@ -38,9 +38,9 @@
3838
"gzipped": 11641
3939
},
4040
"dist/native.js": {
41-
"bundled": 60133,
42-
"minified": 28046,
43-
"gzipped": 9917,
41+
"bundled": 60184,
42+
"minified": 28050,
43+
"gzipped": 9921,
4444
"treeshaked": {
4545
"rollup": {
4646
"code": 8256,
@@ -52,9 +52,9 @@
5252
}
5353
},
5454
"dist/universal.js": {
55-
"bundled": 47570,
56-
"minified": 21336,
57-
"gzipped": 7115,
55+
"bundled": 47621,
56+
"minified": 21340,
57+
"gzipped": 7118,
5858
"treeshaked": {
5959
"rollup": {
6060
"code": 1235,
@@ -66,9 +66,9 @@
6666
}
6767
},
6868
"dist/konva.js": {
69-
"bundled": 58630,
70-
"minified": 27198,
71-
"gzipped": 9826,
69+
"bundled": 58681,
70+
"minified": 27202,
71+
"gzipped": 9829,
7272
"treeshaked": {
7373
"rollup": {
7474
"code": 8974,
@@ -157,14 +157,14 @@
157157
"gzipped": 9928
158158
},
159159
"dist/web.cjs.js": {
160-
"bundled": 71413,
161-
"minified": 33754,
162-
"gzipped": 11477
160+
"bundled": 71464,
161+
"minified": 33758,
162+
"gzipped": 11481
163163
},
164164
"dist/native.cjs.js": {
165-
"bundled": 69019,
166-
"minified": 32012,
167-
"gzipped": 10473
165+
"bundled": 69070,
166+
"minified": 32016,
167+
"gzipped": 10476
168168
},
169169
"dist/renderprops.cjs.js": {
170170
"bundled": 77632,
@@ -192,9 +192,9 @@
192192
"gzipped": 10452
193193
},
194194
"dist/universal.cjs.js": {
195-
"bundled": 55646,
196-
"minified": 24983,
197-
"gzipped": 7677
195+
"bundled": 55697,
196+
"minified": 24987,
197+
"gzipped": 7681
198198
},
199199
"dist/test.js": {
200200
"bundled": 32365,
@@ -216,14 +216,14 @@
216216
"gzipped": 5405
217217
},
218218
"dist/konva.cjs.js": {
219-
"bundled": 66747,
220-
"minified": 30876,
221-
"gzipped": 10377
219+
"bundled": 66798,
220+
"minified": 30880,
221+
"gzipped": 10381
222222
},
223223
"dist/three.js": {
224-
"bundled": 58581,
225-
"minified": 27019,
226-
"gzipped": 9706,
224+
"bundled": 58632,
225+
"minified": 27023,
226+
"gzipped": 9710,
227227
"treeshaked": {
228228
"rollup": {
229229
"code": 8815,
@@ -235,8 +235,8 @@
235235
}
236236
},
237237
"dist/three.cjs.js": {
238-
"bundled": 66712,
239-
"minified": 30703,
240-
"gzipped": 10256
238+
"bundled": 66763,
239+
"minified": 30707,
240+
"gzipped": 10259
241241
}
242242
}

src/targets/three/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as THREE from 'three/src/Three'
1+
import * as THREE from 'three'
22
import { applyProps } from 'react-three-fiber'
33
import { interpolate } from '../../interpolate'
44
import animated from '../../animated/createAnimatedComponent'

0 commit comments

Comments
 (0)