Adding .browserslistrc

This commit is contained in:
Frank Delaguila
2022-03-12 19:43:10 -07:00
parent ef5cdba060
commit ec05b6284f
2 changed files with 4 additions and 1 deletions

3
.browserslistrc Normal file
View File

@@ -0,0 +1,3 @@
last 2 versions
> 0.5%
IE 10

View File

@@ -1,7 +1,7 @@
import '../styles/styles.scss';
import { useRef, useState } from 'react';
import { Canvas, useFrame } from '@react-three/fiber';
import { PresentationControls } from '@react-three/drei'
import { PresentationControls } from '@react-three/drei';
const Box = (props) => {
// This reference gives us direct access to the THREE.Mesh object