-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Description
I have a simple .less file that contains
@import "../../node_modules/bootstrap-less-port/less/_mixins";
@import "../../node_modules/bootstrap-less-port/less/_functions";
and I get errors such as
Cannot find module './plugins/theme-color-level' from '<PROJECT_PATH>/node_modules/bootstrap-less-port/less'
I tried tweaking around with those files and it looks like adding ".js" when mentioning plugin paths fixes the issue. For example
@plugin "../plugins/breakpoints";
would cause an error while
@plugin "../plugins/breakpoints.js";
would work.
Metadata
Metadata
Assignees
Labels
No labels