UNPKG

chrome-stub

Version:

Easily stub out chrome API calls for great test coverage

12 lines (11 loc) 171 B
module.exports = { browser: { src: ['./index.js'], dest: './browser.js', options: { bundleOptions: { standalone: 'chrome' } } } };