How can I override the main field of package.json like in bower?
"overrides": {
"highcharts": {
"main": "highcharts.js"
}
}
How can I override the main field of package.json like in bower?
"overrides": {
"highcharts": {
"main": "highcharts.js"
}
}
Try creating an alias with the same name as the module in your Webpack config.