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

Feat version ctx env #188

Closed ycjcl868 closed 5 years ago

ycjcl868 commented 5 years ago

image

Background

https://github.com/ant-design/ant-design/issues/15925

Usage

// bisheng.config.js

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

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