Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

编写新的mina-entry-webpack-plugin,使其支持引入原生小程序组件的能力 #25

Closed
wants to merge 32 commits into from

Commits on Jul 30, 2018

  1. Configuration menu
    Copy the full SHA
    5a8f89d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02ad5d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c86d79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5627fdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ed3733 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5015114 View commit details
    Browse the repository at this point in the history
  7. 测试更复杂的案例

    run27017 committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    fe763e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. 完美实现getEntries方法

    run27017 committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    ea8f4e8 View commit details
    Browse the repository at this point in the history
  2. 实现index.js

    run27017 committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    1cf7e70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6d356c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    221e061 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    112919b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e3bfa0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    152c964 View commit details
    Browse the repository at this point in the history
  8. webpack时取消main entry

    run27017 committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    af34749 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    061c8fe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b2fa52c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a42e23d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    53a4f7f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9fcccb9 View commit details
    Browse the repository at this point in the history
  14. getEntries适应node modules

    run27017 committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    378f0e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Configuration menu
    Copy the full SHA
    86b8fc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57c1e12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76689ee View commit details
    Browse the repository at this point in the history
  4. 加入README.md

    run27017 committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    ac60c7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8285eb0 View commit details
    Browse the repository at this point in the history
  6. 修改两个BUG:

    1. 部分测试中引入了本地地址
    2. 使用Object.values,不支持node 6
    run27017 committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    66103c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. Configuration menu
    Copy the full SHA
    9464637 View commit details
    Browse the repository at this point in the history
  2. 改写resolveComponent的逻辑,它是:

    1. 只对`~`开头的路径解析node_modules
    2. 解析node_modules的时候,参考package.json的main属性
    3. 等等
    run27017 committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    d7c052c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. 增加README.md

    run27017 committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    b00e56c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b45efaf View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. 兼容windows

    mingmingpao committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    b520f8c View commit details
    Browse the repository at this point in the history