Daniel Pitol

Results 1 comments of Daniel Pitol

> The @Deewai solution worked for me, with a detail: Create a js file to include your globals //globals.js import jquery from 'jquery'; **import 'bootstrap'** window.jQuery = jquery; window.jquery =...