diff --git a/rollup.config.js b/rollup.config.js new file mode 100644 index 0000000..e19a4e6 --- /dev/null +++ b/rollup.config.js @@ -0,0 +1,7 @@ +export default { + input: 'src/main.js', + output: { + file: 'bundle.js', + format: 'cjs' + } +}; \ No newline at end of file