You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Since we're planning to support native ESM from Stryker v6 onward I think it makes sense to also support stryker.conf.mjs by default (when stryker.conf.json and stryker.conf.js is missing). This will allow projects to define their config as esm. While we're at it, we might as well support stryker.conf.cjs .
Describe the solution you'd like
The config loader should handle these new extensions.
Describe alternatives you've considered
Not supporting these extensions, but that is not a good user experience IMO.
Additional context
This should be merged in the epic/esm branch.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Since we're planning to support native ESM from Stryker v6 onward I think it makes sense to also support
stryker.conf.mjs
by default (when stryker.conf.json and stryker.conf.js is missing). This will allow projects to define their config as esm. While we're at it, we might as well supportstryker.conf.cjs
.Describe the solution you'd like
The config loader should handle these new extensions.
Describe alternatives you've considered
Not supporting these extensions, but that is not a good user experience IMO.
Additional context
This should be merged in the
epic/esm
branch.The text was updated successfully, but these errors were encountered: