From 4e96e95def2ad0ffe3bf0025cd3d0ceff7b03b5f Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Wed, 7 Sep 2016 07:31:26 -0400 Subject: [PATCH] configure entry in rollup.config.browser.js --- rollup.config.browser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/rollup.config.browser.js b/rollup.config.browser.js index 687f257..e77e4c6 100644 --- a/rollup.config.browser.js +++ b/rollup.config.browser.js @@ -9,5 +9,6 @@ config.plugins.push({ }); config.format = 'umd'; +config.entry = 'dist/rollup.browser.js'; export default config;