芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/node_modules/laravel-mix/src/components/PurifyCss.js
const { Component } = require('./Component'); module.exports = class PurifyCss extends Component { passive = true; /** * Required dependencies for the component. */ dependencies() { if (this.context.config.purifyCss) { throw new Error( 'PurifyCSS support is no longer available. We recommend using PurgeCss + postCss instead.' ); } return []; } };