Description: Change @rollup/plugin-buble to rollup-plugin-buble
Last-Update: 2020-04-01

--- a/rollup.config.js
+++ b/rollup.config.js
@@ -9,6 +9,6 @@
     format: 'es',
     sourcemap: true
   }],
-  plugins: [require('@rollup/plugin-buble')()],
+  plugins: [require('rollup-plugin-buble')()],
   external(id) { return !/^[\.\/]/.test(id) }
 }
