use webpack to build vue project, and install a series of dependencies, including babel-core babel-loader babel-preset-env of babel .
, saying that I lack the @ babel/core module, npm install.
babel is also written on the official website to install babel-core , but there is no mention of @ babel/core
what"s the difference between @ babel/core and babel-core ?
