This fixes an issue where setting any of the following would have zero impact on what fields were referenced.
module.exports = {
plugins: [
// The issue also occurred if they were set individually as well.
resolve({
main: false,
module: false,
jsnext: false
})
]
}
Description
This fixes an issue where setting any of the following would have zero impact on what fields were referenced.
Related Issues
closes #203