@bestatic/core

React Static Documentation

Usage no npm install needed!

<script type="module">
  import bestaticCore from 'https://cdn.skypack.dev/@bestatic/core';
</script>

README

@bestatic/core

Configuration

Add to your @berun config file. Requires (and must follow) @berun/preset-react

// config/berun.config.ts

export default {
  use: [
    '@berun/preset-react',
    '@berun/preset-bestatic',
    '@berun/runner-eslint',
    '@berun/runner-prettier'
  ]
}