I am trying to use my bundle.js in my Node server, but apparently the webpack package is missing module.exports = before all the package code is at the top.
I can manually put module.exports = in this package, but there is a programmatic way to specify that the package should be exportable
source share