Jaystified
Results
2
issues of
Jaystified
For example, for a serverless.yml similar to this: ```yaml service: "test" provider: stage: "${opt:stage}" name: "aws" functions: foo: handler: "handler.foo" events: - sns: "bar" plugins: - "serverless-plugin-ifelse" custom: serverlessIfElse: -...
Having the following in build.sbt ``` Compile / npmDependencies ++= Seq( "pixi.js" -> "7.2.4", "eventemitter3" -> "5.0.0" ) ``` And running `sbt stImport` results in a lot of ZincCompiler.scala errors,...