Я просто хочу добавить страницу jsx в https://github.com/react-boilerplate/react-boilerplate/
Ниже приведено то, что я хочу добавить., не удалось запустить, как показано ниже.
Module parse failed: C:\.....\frontend\app\containers\PwdForgotPage\PwdForgotPage.jsx Unexpected token (8:6)
You may need an appropriate loader to handle this file type.
| render() {
| return (
| <div className="col-md-6 col-md-offset-3">
| Password forgot.
| <button className="btn btn-link">Back</button>
Если я использую расширение js, оно работает.Как изменить конфигурацию в шаблоне для поддержки расширения jsx?