diff --git a/rollup.config.browser.js b/rollup.config.browser.js index e77e4c6..95977b4 100644 --- a/rollup.config.browser.js +++ b/rollup.config.browser.js @@ -9,6 +9,6 @@ config.plugins.push({ }); config.format = 'umd'; -config.entry = 'dist/rollup.browser.js'; +config.dest = 'dist/rollup.browser.js'; export default config;