@bestatic/core
v7.3.6
Published
React Static Documentation
Downloads
79
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'
]
}