Я использую webpack 4.29.6
версию.
вот команда, которую я выполняю
webpack-dev-server --mode development --open --hot
Я получаю две ошибки в консоли.
Uncaught DOMException: Failed to execute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host which already hosts a shadow tree.
at init (chrome-extension://kacljcbejojnapnmiifgckbafkojcncf/include.preload.js:442:39)
at chrome-extension://kacljcbejojnapnmiifgckbafkojcncf/include.preload.js:589:29
bundle.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
localhost/:1 Uncaught SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at showNeg.js:241
at XMLHttpRequest.onDefaultReadyStateChangeHandler (showNeg.js:311)
я что-то не так делаю?Заранее спасибо