Webpack 4: How to generate and minify html (HTML Webpack Plugin)

preview_player
Показать описание
The plugin will generate an HTML5 file for you that includes all your webpack bundles in the body using script tags.
Рекомендации по теме
Комментарии
Автор

regex typo missing an escape slash /\.(js|jsx)$/ and /\.(scss|css)/

devn
Автор

Silence courses looks good, u can focus to code without distract to speech, big thx!

waden
Автор

those main.html and about.html have same css and js file. How split that injected files? The main.html should have main.js & main.css. The about.html should have about.js & about.css

philoyour