When I use `import { fn } from './components/functions' `I get this on the broswer `Uncaught ReferenceError: require is not defined`
When I use
import { fn } from './components/functions'I get this on the broswerUncaught ReferenceError: require is not defined