how I can use different cdn of font or min file while developing widgets in storefront ?
Summary:
I want to use cdn of theme.js and slider and font for creating product slider and cards while developing widgets in storefront I have try to do this with creating external js file and lodded in main js dependencies but it gives error i don't know whether it right method or not plz tell we ho wto do that
Content (required):
maked config.js file
requirejs.config({
paths:{
'fontawesome' : 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css',
'animate' : 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css',
'slickcss' : 'https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css'