File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # SPM 3.6 发布
3
+
4
+ 这个版本的性能、稳定性均有显著提升。而由于改动比较大,所以跳了一个版本,直接发 3.6 。
5
+
6
+ ** 修改记录:**
7
+ - build 基于 webpack 重新实现
8
+ - server, doc 和 test 基于构建重新实现,代替之前使用中间件的方式
9
+ - 内置 server
10
+ - 只支持 standalone 的打包方式,cmd 方式抽取成 spm-sea,不再内置
11
+ - css import 规则变更,@import '~ foo' 表示 foo 模块,@import 'foo' 表示 foo 文件,[ 详] ( https://github.com/spmjs/spm-sea/issues/2 )
12
+ - 抽取 spm-argv,统一处理配置参数
13
+
14
+ ** 文档:**
15
+ - [ 升级到 3.6] ( https://github.com/spmjs/docs/blob/master/misc/upgrade-to-3.6.md )
16
+ - [ 例子] ( https://github.com/spmjs/examples/tree/spm-webpack#examples )
17
+ - [ 项目入门] ( https://github.com/spmjs/docs/blob/master/project/get-started.md )
18
+ - [ 组件入门] ( https://github.com/spmjs/docs/blob/master/package/get-started.md )
19
+
20
+ ** 感谢:**
21
+ - webpack
22
+
23
+ --
24
+
25
+ 云谦
26
+
You can’t perform that action at this time.
0 commit comments