X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fkiak.git;a=blobdiff_plain;f=rollup.config.js;fp=rollup.config.js;h=9b234ff63589c93c94a01526cd6e99155705a782;hp=0000000000000000000000000000000000000000;hb=552b28b4fc1ed42e3362c1826acf94c349425b1c;hpb=a7e6c36b91dd1a36021f7459200436b3cb31d756 diff --git a/rollup.config.js b/rollup.config.js new file mode 100644 index 0000000..9b234ff --- /dev/null +++ b/rollup.config.js @@ -0,0 +1,6 @@ +export default { + entry: 'src/strapp.js', + dest: 'www/strapp.min.js', + format: 'iife', + sourceMap: 'inline' +}