We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
After cloning and installing, I tried to run npm run build. I got the error:
npm run build
ERROR in ./~/universal-redux/src/redux/middleware/index.js Module parse failed: /Users/mozilla/universal-redux-simple-example/node_modules/universal-redux/src/redux/middleware/index.js Line 2: Unexpected token You may need an appropriate loader to handle this file type. | // user provided redux middleware | export default {}; | @ ./~/universal-redux/lib/client.js 39:18-39
Am I doing something wrong here?
The text was updated successfully, but these errors were encountered:
@shilpan This repo is not currently up to date. I've made a more minimal starter example here: https://github.com/bdefore/universal-redux-starter
Sorry, something went wrong.
@bdefore thanks! Your example worked just fine.
Changed the README adding a deprecation notice and pointing to your new starter @bdefore . Thanks for taking that up.
No branches or pull requests
Hi,
After cloning and installing, I tried to run
npm run build
. I got the error:Am I doing something wrong here?
The text was updated successfully, but these errors were encountered: