gulp-boilerplate icon indicating copy to clipboard operation
gulp-boilerplate copied to clipboard

Javascript Babel not converting import on the browser

Open alvaro-escalante opened this issue 2 years ago • 0 comments

When I use import { fn } from './components/functions' I get this on the broswer

Uncaught ReferenceError: require is not defined

alvaro-escalante avatar Mar 17 '23 15:03 alvaro-escalante