Skip to content

Add compatibility for dynamic pages

Compare
Choose a tag to compare
@stoikerty stoikerty released this 21 Sep 17:26
· 115 commits to master since this release

This release is a pretty significant under-the-hood improvement and adds the following features:

  • add compatibility for dynamic-pages
  • add escape hatches to customize babelrc & webpack config

You can now generate a build with dynamic pages if the correct setup is in place. The documentation for it is not quite ready yet, but it will be added soon. Bugs are being ironed out to make sure it runs nicely in production.

There is now also an advanced feature where you can customize webpack. I might leave this as an undocumented feature since I can only offer limited support if you start customizing the toolkit in various ways through webpack-plugins, babel-plugins and whatnot. I'm sure that if you're an advanced user, you'll find out how to use the feature by digging through the source.