Closed lukastaegert closed 5 years ago
After introducing the mainfields option, the algorithm that adds jsnext:main to the internal mainfields when using jsnext: true sorted this option AFTER the main option. This PR fixes that and ensures the order
mainfields
jsnext:main
jsnext: true
main
module
when using the deprecated options.
Resolves #208
After introducing the
mainfields
option, the algorithm that addsjsnext:main
to the internalmainfields
when usingjsnext: true
sorted this option AFTER themain
option. This PR fixes that and ensures the ordermodule
jsnext:main
main
when using the deprecated options.
Resolves #208