-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
outdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issuepkg: generator
Description
Working with @hzoo we identified that there was missing generator support for the import() type.
ERROR in ./index.js
Module build failed: ReferenceError: /Users/req88847/Code/@webpack-examples/with-react/react-dynamic-route-loading-es6/client/index.js: unknown node of type "Import" with constructor "Node"
Code example
let lodash = import('lodash');
lodash.then(module => {
return module.default;
});Should be fixed with a PR just about to submit.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
outdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issuepkg: generator