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

Webpack loader for JavaScript/TypeScript conditional compilation.

Results 26 ifdef-loader issues
Sort by recently updated
recently updated
newest added

Bumps [json5](https://github.com/json5/json5) to 1.0.2 and updates ancestor dependency [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together. Updates `json5` from 1.0.1 to 1.0.2 Release notes Sourced from json5's releases. v1.0.2 Fix:...

dependencies

Removes [json5](https://github.com/json5/json5). It's no longer used after updating ancestor dependencies [json5](https://github.com/json5/json5), [loader-utils](https://github.com/webpack/loader-utils) and [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together. Removes `json5` Updates `loader-utils` from 1.2.3 to 3.2.1 Release...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Hello, first I wanted to thank you for this great module by the way, very useful :) As I'm kind of a noob regarding webpack (I usually use ng-cli), I...

There are config webpack example for .tsx file in the Readme, and it worked for .tsx file in my project, but it's not work for .ts file when I add...

Webpack is already at v5 and releasing updates regularly: https://github.com/webpack/webpack/releases/tag/v5.64.4 It would be great to stay up to date with major version releases to ensure compatibility.

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...

The idea to use `// #code ` as a "placeholder" to make eslint works is very appreciated but substituting `// #code ` with spaces lead eslint to complain about the...