diff options
| author | Jason Miller <[email protected]> | 2017-01-14 21:48:51 -0500 |
|---|---|---|
| committer | Jason Miller <[email protected]> | 2017-01-14 21:48:51 -0500 |
| commit | e77a42cdeca3f4c484f82a335a8a2bb8382d4fcc (patch) | |
| tree | 612f883228b2db7343df71151427480f82b35206 /rollup.config.js | |
Initial commit! 🚀
Diffstat (limited to 'rollup.config.js')
| -rw-r--r-- | rollup.config.js | 8 |
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() + ] +}; |
