UNPKG

tiny-delay

Version:

Changeable and cancelable promise based delay / setTimeout implementation.

11 lines (8 loc) 222 B
import { merge } from "webpack-merge" import commonMod from "./rollup.web.common.config.mjs" export default merge(commonMod, { watch: { include: ['app/src/**', "repl/src/**"], exclude: 'node_modules/**' } })