Skip to content

Commit 04d7f27

Browse files
committed
update babel to support ie8
1 parent 1ce2b4e commit 04d7f27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

project/configuration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,12 @@ var $ = window['jQuery'];
141141

142142
指定 ES6 转换器 babel 的配置项,默认关闭。
143143

144+
[Demo](https://github.com/spmjs/examples/tree/spm-webpack/es6)
145+
146+
注:如果要支持 ie8,一些特性需要额外载入 es5-shim + es5-sham 可以。
147+
148+
- http://babeljs.io/docs/usage/caveats/#internet-explorer
149+
144150
### uglify
145151

146152
配置 uglify 压缩器的选项。

0 commit comments

Comments
 (0)