79344231

Date: 2025-01-09 22:58:46
Score: 0.5
Natty:
Report link

Excluding a JSON file can achieved with the externals option for sure:

externals: {
  "./users.json": "[]"
}

The configuration replaces the import of ./users.json with an empty array literal in bundled code.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: mwopitz