- Add a
--pkg-importer
flag to enable loading dependencies frompkg:
URLs with the same behavior as the compiler. Currently this only supports the Node.js package resolution algorithm, via--pkg-importer=node
. For example,@use "pkg:bootstrap"
will loadnode_modules/bootstrap/scss/bootstrap.scss
.
See the full changelog for changes in earlier releases.