window.DevExpress.config( licenseKey: "YOUR-LICENSE-KEY-HERE" ); Place the key in an environment variable (never hard-code it). Then pass it via the DefinePlugin :
Then, in Program.cs or Startup.cs , ensure you call:
"DevExpress": "LicenseKey": "YOUR-LICENSE-KEY-HERE"