PHP Classes

File: webpack/plugins/browser-sync.js

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   WP Vue Kit Plugin   webpack/plugins/browser-sync.js   Download  
File: webpack/plugins/browser-sync.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WP Vue Kit Plugin
Vue.js plugin to build WordPress user interfaces
Author: By
Last change:
Date: 1 year ago
Size: 393 bytes
 

Contents

Class file image Download
/** * External dependencies. */ const BrowserSync = require('browser-sync-webpack-plugin'); module.exports = new BrowserSync({ files: ['*.php', 'inc/*.php', 'templates/**/*.php', 'public'], notify: { styles: { top: 'auto', bottom: '1rem', left: '1rem', right: 'auto', backgroundColor: 'red', color: 'white', width: '300px', }, }, });