package: node-rollup-plugin-babel
version: 3.0.3-3
severity: important
With rollup 1.0.2-1 in experimental, we get this error when building,
Found debian/nodejs/./build
cd ./. && sh -e debian/nodejs/./build
(!) You have passed an unrecognized option
Unknown input option: entry, targets, sourceMap. Allowed options:
acorn, acornInjectPlugins, cache, chunkGroupingSize, context,
experimentalCacheExpiry, experimentalOptimizeChunks,
experimentalTopLevelAwait, external, inlineDynamicImports, input,
manualChunks, moduleContext, onwarn, perf, plugins, preserveModules,
preserveSymlinks, shimMissingExports, treeshake, watch
undefined → stdout...
[!] Error: You must supply options.input to rollup
Error: You must supply options.input to rollup
at new Graph (/usr/share/nodejs/rollup/src/Graph.js:90:19)
at Object.rollup
(/usr/share/nodejs/rollup/src/rollup/index.js:129:23)
at Object.build [as default]
(/usr/share/nodejs/rollup/bin/src/run/build.js:41:10)
at /usr/share/nodejs/rollup/bin/src/run/index.js:117:39
at process._tickCallback (internal/process/next_tick.js:68:7)
at Function.Module.runMain (internal/modules/cjs/loader.js:834:11)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)
Please fix the error so we can upload rollup 1.0 to unstable.