0.0.4 • Published 5 years ago

poi-plugin-prerender-spa-plugin v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

poi-plugin-prerender-spa-plugin

Installation

yarn add -D poi-plugin-prerender-spa-plugin

Configuration

export default {
  plugins: [
    {
      resolve: 'prerender-spa-plugin',
      options: {
        staticDir: resolve(__dirname, 'dist'),
        routes: [ '/' ]
      }
    }
  ]
}

For a list with all options, check out https://github.com/chrisvfritz/prerender-spa-plugin.

Disclaimer

This plugin was developed for internal usage and is heavily customized to my particular workflow.