From 02b899869da1d93f75d52246ddec13be75970745 Mon Sep 17 00:00:00 2001 From: Karthik Kumar A Date: Sat, 14 Oct 2017 14:15:01 +0530 Subject: [PATCH] rename entry to input - regarding options to rollup lib - Issue #7358 --- tasks/build-ext.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/build-ext.js b/tasks/build-ext.js index 7053460a12..700fb0d087 100644 --- a/tasks/build-ext.js +++ b/tasks/build-ext.js @@ -48,7 +48,7 @@ function main() { const moduleName = ext.name || ext.module; const options = { extend: true, - entry: require.resolve(ext.module), + input: require.resolve(ext.module), format: 'iife', exports: 'named', plugins: [