I'm trying to run parcel watch
on some files which use rsuite dependency but always end up getting this error:
@parcel/transformer-less: Inline JavaScript is not enabled. Is it set in your options?
I already tried installing older versions of less
, adding a .lessrc file with javascriptEnabled
option set to true
, installing parcel-plugin-less-js-enabled
but still no progress.
Could anyone please help me with this?