You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
compiler and compilerOptions is required, so if I want to set isProduction to true, I have to set the compiler and compilerOptions together, which I don't want to change at all.
Is there a way to set isProduction without setting compiler and compilerOptions?
(Without setting process.env.NODE_ENV of course.)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As defined in the types file:
compiler
andcompilerOptions
is required, so if I want to setisProduction
totrue
, I have to set thecompiler
andcompilerOptions
together, which I don't want to change at all.Is there a way to set
isProduction
without settingcompiler
andcompilerOptions
?(Without setting
process.env.NODE_ENV
of course.)The text was updated successfully, but these errors were encountered: