подключить файл build, который в bundle, таким образом:
> <script type="text/javascript" src="../build/bundle.js"></script>
Результат: Error: Cannot find module 'html'
GET http://localhost:3000/build/bundle.js 404 (Not Found)
Refused to execute script from 'http://localhost:3000/build/bundle.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
Почему не работает?
Путь для src считай относительно браузера, а не проекта на бэке
Обсуждают сегодня