smallfishjs / smallfish

An out-of-the-box React framework based on umi.
https://smallfishjs.github.io/
51 stars 5 forks source link

feat: add micro plugin #14

Closed rockSandy closed 5 years ago

nikogu commented 5 years ago

https://github.com/smallfishjs/smallfish/pull/14/files#diff-789f74822ae7adc95888bc6cc427e8d0

smallfish-plugin-mf 应该只有这个文件,其它的真正 mf 的代码需要新建 repo 到 smallfishjs 的 group 独立维护,可以想一个牛逼的名字! 🥇

nikogu commented 5 years ago
    {
      "pluginName": "@smallfish-plugin/mf",
      "configName": "mf",
      "defaultOptions": false // 默认不开启
    }

用户在用的时候就是在 config/config.js 里面开启 mf 即可,如

{
  i18n: true,
  mf: true,
}