Last 12 weeks · 0 commits
2 of 6 standards met
PS C:\Users\p-c\Downloads\Github\flux-react-router-example> npm start flux-react-router-example@0.2.0 start node server.js C:\Users\p-c\Downloads\Github\flux-react-router-example\webpack.config.js:18 new webpack.NoErrorsPlugin() ^ TypeError: webpack.NoErrorsPlugin is not a constructor at Object. (C:\Users\p-c\Downloads\Github\flux-react-router-example\webpack.config.js:18:5) at Module._compile (node:internal/modules/cjs/loader:1105:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at Module.require (node:internal/modules/cjs/loader:1005:19) at require (node:internal/modules/cjs/helpers:102:18) at Object. (C:\Users\p-c\Downloads\Github\flux-react-router-example\server.js:4:14) at Module._compile (node:internal/modules/cjs/loader:1105:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
While ramping up on react-router I stumbled across this example app and found the content very helpful. @gaearon thanks for putting this together :bow: I realize you've ported this example over to redux but for educational purposes I decided to take a stab at updating libraries to latest versions. Here's the resulting PR in case you'd like to merge it, no worries if not. Key changes: Upgraded libraries according to output (see below) and made required config and code changes (e.g: output:
Repository: gaearon/flux-react-router-example. Description: A sample app showcasing Flux with React Router Stars: 1421, Forks: 172. Primary language: JavaScript. Languages: JavaScript (99.3%), HTML (0.7%). License: MIT. Homepage: http://gaearon.github.io/flux-react-router-example/ Latest release: v0.2.0 (11y ago). Open PRs: 1, open issues: 6. Last activity: 8y ago. Community health: 42%. Top contributors: gaearon, emmenko, neverov, kompot, knowbody, yanandcoffee, zachasme.
Is it possible for this app to use the production webpack config? Looks like is only configured to work with a dev webpack config.