Файловый менеджер - Редактировать - /home/clickysoft/public_html/securebeans.clickysoft.net/node_modules/laravel-mix/src/components/Component.js
Назад
/** * @abstract * @internal (for now) **/ class Component { /** Whether or not to automatically register this component */ passive = false; /** Whether or not this component requires dependency reloading */ requiresReload = false; /** * * @param {import("../Mix")} mix */ constructor(mix) { this.context = mix; } /** * Specifiy one or more dependencies that must * be installed for this component to work * * @returns {import("../Dependencies").Dependency[]} **/ dependencies() { return []; } /** * Add rules to the webpack config * * @returns {import('webpack').RuleSetRule[]} **/ webpackRules() { return []; } /** * Add plugins to the webpack config * * @returns {import('webpack').WebpackPluginInstance[]} **/ webpackPlugins() { return []; } /** * Update the webpack config * * @param {import('webpack').Configuration} config * @returns {import('webpack').Configuration} **/ webpackConfig(config) { return config; } } module.exports.Component = Component;
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка