Understanding webpack's DefinePlugin (and using with TypeScript)
I've been searching for a way to describe what the DefinePlugin actually does. The docs say:
Define free variables. Useful for having development builds with debug logging or adding global constants.