when I use webpack4 again, when there is
in my fileimport moment from "moment"
When this line of code, the package fails:
but when I put the moment package in webpack vendors, the package was successful. What is the reason for this? Find the solution