mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-07-24 22:15:37 +08:00
Compare commits
3 Commits
e0877f971a
...
86c0910c38
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
86c0910c38 | ||
|
|
c60f53194d | ||
|
|
7bc6d2c48d |
@ -14,9 +14,9 @@ async function genEntryForSSR() {
|
||||
const cjsContent = `'use strict';
|
||||
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
module.exports = require('./dist/${name}.cjs.min.js');
|
||||
module.exports = require('./${name}.cjs.min.js');
|
||||
} else {
|
||||
module.exports = require('./dist/${name}.cjs.js');
|
||||
module.exports = require('./${name}.cjs.js');
|
||||
};
|
||||
`;
|
||||
|
||||
|
||||
@ -16,6 +16,14 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
|
||||
|
||||
## Details
|
||||
|
||||
### [v3.3.6](https://github.com/compare/v3.3.5...v3.3.6)
|
||||
|
||||
`2021-12-05`
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- fix ssr.js require path [#9999](https://github.com/youzan/vant/issues/9999)
|
||||
|
||||
### [v3.3.5](https://github.com/compare/v3.3.4...v3.3.5)
|
||||
|
||||
`2021-12-02`
|
||||
|
||||
@ -16,6 +16,14 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
|
||||
|
||||
## 更新内容
|
||||
|
||||
### [v3.3.6](https://github.com/compare/v3.3.5...v3.3.6)
|
||||
|
||||
`2021-12-05`
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- 修复 ssr.js 文件引用路径错误的问题 [#9999](https://github.com/youzan/vant/issues/9999)
|
||||
|
||||
### [v3.3.5](https://github.com/compare/v3.3.4...v3.3.5)
|
||||
|
||||
`2021-12-02`
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vant",
|
||||
"version": "3.3.5",
|
||||
"version": "3.3.6",
|
||||
"description": "Mobile UI Components built on Vue",
|
||||
"main": "lib/vant.cjs.js",
|
||||
"module": "lib/vant.es.js",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user