@rocket/launch
Version:
Launch Preset for Rocket
14 lines (12 loc) • 345 B
JavaScript
// import { readmePlugin } from 'cem-plugin-readme';
// import { fileURLToPath } from 'url';
// import { dirname } from 'path';
// export default {
// globs: ['inline-notification/*.js'],
// plugins: [
// readmePlugin({
// from: dirname(fileURLToPath(import.meta.url)),
// header: 'README.head.md',
// }),
// ],
// };