Browse Source

configure entry in rollup.config.browser.js

rewrite
Rich-Harris 8 years ago
parent
commit
4e96e95def
  1. 1
      rollup.config.browser.js

1
rollup.config.browser.js

@ -9,5 +9,6 @@ config.plugins.push({
});
config.format = 'umd';
config.entry = 'dist/rollup.browser.js';
export default config;

Loading…
Cancel
Save