forked from bazelbuild/rules_sass
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add support for webpack style import from node_modules.
To enable the support I had to switch to the JavaScript API as it is already orchestrated via javascript. This enables the possibility of specifying importers that can resolve custom import paths. Fixes bazelbuild#98
- Loading branch information
Lukas Holzer
committed
Oct 12, 2020
1 parent
bd94fb3
commit 102a105
Showing
5 changed files
with
337 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"devDependencies": { | ||
"@bazel/worker": "latest", | ||
"yargs": "~16.0.3", | ||
"sass": "1.27.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.