UNPKG

laravel-mix

Version:

Laravel Mix is an elegant wrapper around Webpack for the 80% use case.

11 lines (9 loc) 178 B
class AutomaticComponent { /** * Create a new component instance. */ constructor() { this.passive = true; } } module.exports = AutomaticComponent;