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

支持 multiple entry 的情况 #3

Closed
sorrycc opened this issue Jan 22, 2016 · 0 comments
Closed

支持 multiple entry 的情况 #3

sorrycc opened this issue Jan 22, 2016 · 0 comments

Comments

@sorrycc
Copy link
Member

sorrycc commented Jan 22, 2016

package.json 中的 entry 可能为数组,比如:

{
  "entry": {
    "index": ["babel-polyfill", "./index.js"]
  }
}

https://github.com/dora-js/dora-plugin-hmr/blob/master/src/index.js#L37-L40
这里要兼容下。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant