benjycui / bisheng

Transform Markdown(and other static files with transformers) into a SPA website using React.
MIT License
2.9k stars 419 forks source link

fix: remove entry css hash #189

Closed ycjcl868 closed 5 years ago

ycjcl868 commented 5 years ago

Usage

// bisheng.config.js

module.exports = {
    ...
    hash: true,
    ...
}
// user-defined template template.html

<body>
...
  <script src="{{ root }}{{ manifest['index.js'] }}"></script>
...
</body>