Skip to content

Commit

Permalink
Keep vue sass loader dependency (#286)
Browse files Browse the repository at this point in the history
When a vue.js project uses sass loading the corresponding dependencies must be kept in place.
For: https://shiftleftinc.atlassian.net/browse/SEN-1120
  • Loading branch information
max-leuthaeuser committed Jun 16, 2023
1 parent 8bbd5db commit 687821b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class TranspilationRunner(projectPath: Path, tmpTranspileDir: Path, config: Conf

private val transpilers: Seq[Transpiler] = createTranspilers()

private val DEPS_TO_KEEP: List[String] = List("@vue", "vue", "nuxt")
private val DEPS_TO_KEEP: List[String] = List("@vue", "vue", "nuxt", "sass", "node-sass")

private def createTranspilers(): Seq[Transpiler] = {
// We always run the following transpilers by default when not stated otherwise in the Config.
Expand Down

0 comments on commit 687821b

Please sign in to comment.