Repository URL to install this package:
|
Version:
1.2.6 ▾
|
"use strict";
const buble = require('rollup-plugin-buble');
module.exports = () => buble({
transforms: {// forOf: false,
// dangerousForOf: false,
// computedProperty: false,
}
});