Clément Le Biez
Clément Le Biez
Hi, I found an alternative. Use [Isparta loader](https://github.com/deepsweet/isparta-loader) in your karma conf file. ``` preLoaders: [ { test: /^((?!spec).)*\.js$/, include: path.resolve('src/'), loader: 'isparta' } ], ``` Don't forget to require...
+1 does anyone have find a workaround for this issue ? Here's the stack trace for the error : ``` $ oclif-dev pack -t linux-arm,linux-x64,darwin-x64 [...] npm notice [1/5] Validating...
One workaround you can do is to isolate the infra created in the stage in a separated function. ``` const generateInfra = (scope: App | Stage, props: InfraProps) => {...