Exploring the latest versions of Webpack and Moment.js.
Noticed an interesting behavior in my production build - multiple (~30) files are being generated by moment.js with names like *random-hash*.worker.js
.
Is this normal?
Haven't configured any additional options and wondering if this is expected. Currently using other WebWorkers in the project and would prefer to have only mine. Could it be related to the use of the worker-loader
webpack plugin?