airbnb/babel-plugin-dynamic-import-webpack
Minimal sample code snippet using `import()` or link to spec
開放
#10 建立於 2016年11月18日
docshelp wanted
倉庫指標
- 星標
- (494 顆星)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
Hi there! Cool stuff :)
I just have a small suggestion: A few short lines of sample code would be nice. You show how to use it, but not the code it's supposed to run on.
Or a link to the import() spec. I was puzzled for a moment, since in my head import is a keyword for static module imports and not a function :)