lasso-js / lasso-less

Lasso.js plugin to support compilation of less dependencies
7 stars 10 forks source link

Add support for webpack style node require resolution #32

Closed DylanPiercey closed 4 years ago

DylanPiercey commented 5 years ago

As the title says, currently to use Nodejs style require resolution with this plugin you must use require: path. This change adds support for the same syntax implemented in the lasso webpack loader to increase compatibility between the two tools.