Hello
We are using Sage 10dev and are trying to Import JS/CSS assets from Wordpress plugins.
Is there a best approach how to achieve this?
We tried
import '../../../../../plugins/theplugin/assets/js/dist/front.min';
But when compiling we get following error:
Module not found: Error: Can’t resolve ‘@babel/runtime/helpers/typeof’ in ‘/volume1/Development/site-2020/web/app/plugins/theplugin/assets/js/dist’
Thanks for any help on this
Aldo