UNPKG

generator-browser-modern-extension

Version:

Scaffold out a boilerplate for creating a browser extension with up-to-date tools and autoreload

9 lines (6 loc) 136 B
import gulp from 'gulp' import { paths } from '../gulpfile' import del from 'del' export function clean() { return del(['build']) }