RTS options only affect compile

This repository was archived by the owner on May 1, 2020. It is now read-only.

This repository was archived by the owner on May 1, 2020. It is now read-only.

@kenkku

Description

I'm not sure if this is a bug or intended behavior, but the RTS options passed to Gulp only have an effect on the compile command. We are using -N2 to reduce problems in CircleCI, but since the RTS flags are only applied to the compile command, bundling takes almost 3 minutes.

Maybe the RTS options could be applied to bundle as well, or an option could be added to specify RTS flags when calling the plugin from JS?