Skip to content

v0.0.1-alpha.18

Pre-release
Pre-release
Compare
Choose a tag to compare
@peterp peterp released this 15 Jan 16:59

In this release we continue towards making the steps in our tutorial a reality.

Added

  • A webpack plugin that automatically imports components from web/src/pages/* into Routes.js and an accompanying ESLint plugin that'll let you know when you're referencing a page that doesn't exist. #21 @mojombo
  • getPaths into @redwoodjs/core that gives Redwood packages a single and stable place to references paths in a Redwood project. #24 @peterp