This article also comes from the course study notes of Pull education, aiming to understand the flow of Webpack packaging, according to the simple version...
Modern browsers already support the introduction of modules in es6's ES Module, which can be found in < Add the type="module" attribute to the script>...
Entry: Indicates which Entry point to start packaging, analyze and build internal dependency diagrams. Plugins: Plugins for a wider range of tasks. Package optimization, compression,...