node build
(node:7660) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'id' of undefined
at /repro/node_modules/rollup/dist/rollup.js:18666:69
at Array.forEach (<anonymous>)
at /repro/node_modules/rollup/dist/rollup.js:18654:45
at Array.forEach (<anonymous>)
at Chunk.setDynamicImportResolutions (/repro/node_modules/rollup/dist/rollup.js:18653:29)
at /repro/node_modules/rollup/dist/rollup.js:18861:69
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:160:7)
at Function.Module.runMain (module.js:703:11)
at startup (bootstrap_node.js:193:16)
(node:7660) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:7660) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
node build codesplit
(node:8768) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'generateEntryExports' of undefined
at /repro/node_modules/rollup/dist/rollup.js:19273:35
at Array.forEach (<anonymous>)
at /repro/node_modules/rollup/dist/rollup.js:19272:26
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:160:7)
at Function.Module.runMain (module.js:703:11)
at startup (bootstrap_node.js:193:16)
at bootstrap_node.js:617:3
(node:8768) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:8768) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
node build external
OK
node build external codesplit
OK