aboutsummaryrefslogtreecommitdiff
path: root/rollup.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'rollup.config.js')
-rw-r--r--rollup.config.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/rollup.config.js b/rollup.config.js
new file mode 100644
index 0000000..277d99e
--- /dev/null
+++ b/rollup.config.js
@@ -0,0 +1,8 @@
+import buble from 'rollup-plugin-buble';
+
+export default {
+ useStrict: false,
+ plugins: [
+ buble()
+ ]
+};