Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
2betop committed Aug 17, 2015
1 parent 4fe8577 commit bc7f04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fis.match('/modules/**.js', {

fis 的 amd 方案,是把对依赖的分析过程从运行期改成了编译期,所以请尽量不要设置 `require.config({options...})`, 因为一旦设置了 `baseUrl``paths` 或者 `packages` 什么的,会让 `fis` 静态编译时分析变得很困难,甚至分析不到。

但是,你可以给在编译期做同样的配置
但是,你可以在编译期做同样的配置

// in fis-conf.js

Expand Down

0 comments on commit bc7f04c

Please sign in to comment.