42,158 questions
0
votes
2
answers
3k
views
NextJS + ExpressJS Error with On Demand Entries Ping
I'm using NextJS and custom server with Express, But I got a problem when defining my routes in Express.
When I define Express routes like below it will throw an errors
app.get('/:username', handle....
1
vote
2
answers
6k
views
next.js and webpack resolve.modules
I am building a React app using next.js, and I am playing around with the webpack config, in the next.config.js file.
Specifically, I'd like to have nicer imports using webpack's resolve.modules ...
0
votes
1
answer
353
views
Why am I getting a babel errors from a .babelrc file in a parent directory
I was recently trying to debug errors in a next.js getting started project and realized that it didn't like a .babelrc file in a parent directory.
My questions are:
Why is the project throwing an ...
0
votes
1
answer
2k
views
Getting babel build errors with the next.js getting started example
Following along the getting started example from ZEIT for next.js, I'm getting this error:
error in ./pages/index.js
Module build failed: ReferenceError: [BABEL] /Users/Projects/nextDemo/pages/...