ifdef-loader icon indicating copy to clipboard operation
ifdef-loader copied to clipboard

Add #define

Open MightyPork opened this issue 2 years ago • 1 comments

I'm trying to figure out how to build a "full" and "lite" version from the same codebase with one webpack config file.

If #define was supported, I could have two entry files, app.js and app-lite.js, with the latter starting #define LITE 1. This would then be used with #if etc. to slim down the build.

MightyPork avatar Nov 04 '21 11:11 MightyPork