Ignore optimizing for certain files

Hello guys, I have a question regarding to the optimizing plugin procedure. I have some .ts files that I pre-transpile befor build my plugin zip package. Those files are already ES3/ES5 so they don't need to be transpiled.

  • Is the transpiler taking into account those files?
  • If so, Is there a way to tell the transpile ignore them?

Regards,
Jesús

Is the transpiler taking into account those files?

Yes, the optimizer is just reading in the already transpiled files.

If so, Is there a way to tell the transpile ignore them?

There is currently no way to configure this. However, we're working to remove the optimizer in production and hand off transpiling to the plugin.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.