proposal-dynamic-import icon indicating copy to clipboard operation
proposal-dynamic-import copied to clipboard

Import a package browser implementation

Open spiritwindy opened this issue 7 years ago • 0 comments

import lodash from "lodash "

Is there a way or proposal that doesn't need to be packaged, like electron? It is recommended to use package.json to get the path to the package. import lodash => import "./node_modules/lodash" And access from the network to the real file.

spiritwindy avatar Jan 28 '19 01:01 spiritwindy