Webpack 4: html-webpack-plugin and how to load images using file-loader

preview_player
Показать описание
Generating HTML5 files including all the webpack bundles
and loading images using file-loader.
Рекомендации по теме
Комментарии
Автор

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

devn
Автор

Thanks a lot !!!! After more than 2 hours it finally works to load my video ! I hate Webpack so much

DarkNevrozz
Автор

and if I only have
: <img alt="Collective" src="img/logo_main_small.png">,
but I don't want to use <% require %>how could i do
?

joangarcia