DefinitelyTyped/types/browser-sync-webpack-plugin/browser-sync-webpack-plugin-tests.ts
Derek Sifford 4173a818f4 [browser-sync-webpack-plugin] add new definitions (#37042)
* [browser-sync-webpack-plugin] add new definitions

* fix build failure
2019-07-22 12:51:34 -07:00

9 lines
187 B
TypeScript

import BrowserSyncPlugin = require('browser-sync-webpack-plugin');
new BrowserSyncPlugin({
proxy: 'localhost:8080',
open: false,
reloadDebounce: 2000,
notify: false,
});