@v4fire/client
Version:
V4Fire client core library
22 lines (18 loc) • 354 B
JavaScript
;
/*!
* V4Fire Client Core
* https://github.com/V4Fire/Client
*
* Released under the MIT license
* https://github.com/V4Fire/Client/blob/master/LICENSE
*/
const
{isExternalDep} = include('build/const');
/**
* Options for `webpack.watchOptions`
*/
module.exports = {
aggregateTimeout: 200,
poll: 1000,
ignored: isExternalDep
};