-
-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't start server. Webpack2, babel-loader, Redux #490
Comments
It seems you are missing the babel configuration? See here https://babeljs.io/docs/usage/babelrc/ |
I'm getting a similar error (see below) with the following webpack config. I've also made sure that I have a Error
|
Fixed it by removing the |
Just a question @robksawyer, you have [email protected] but your config file is formatted for 1.0? Also this is probably not the proper place for troubleshooting. |
test: '/.js$/' test: /.js$/, |
@laichuangchong thank you so much. I had a similar problem and did not notice I was enclosing the regular expression under quotes. 🤣 |
@nbkhope welcome |
I'm triaging old issues on babel-loader. Since this has been inactive for ages, I'm going to close it. Feel free to re-open if there's still something to discuss, but I'm assuming at this point it's been too long to address in a useful way. |
I am new in React and doing a Todo List but i can't start my server because i am getting error when I try
yarn run build
Error
index.js
webpack.config.js
package.json
So have can I resolve my problem, Do you have any idea ?
Thanks.
The text was updated successfully, but these errors were encountered: