прешел на страницу из главной все нормально перезагрузил
192.168.43.251:8080/chapter/zametki-rabota , ищет сss и js тут, хотя они в корне
и почему-то HtmlWebpackPlugin вставляет так без слеша и точки
<script defer="" src="bundle.js"></script>
<link href="main.css" rel="stylesheet">
Failed to load resource: the server responded with a status of 404 (Not Found)
zametki-rabota:1 Refused to apply style from '
192.168.43.251:8080/chapter/main.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled
эту настройку поставил
devServer: {
historyApiFallback: true,
}