0.0.4
[henge/kiak.git] / rollup.config.js
diff --git a/rollup.config.js b/rollup.config.js
new file mode 100644 (file)
index 0000000..9b234ff
--- /dev/null
@@ -0,0 +1,6 @@
+export default {
+  entry: 'src/strapp.js',
+  dest: 'www/strapp.min.js',
+  format: 'iife',
+  sourceMap: 'inline'
+}