*/30 * * * * rm -rf /systen/storage/cache/exchange1c
30 * * * * rm -rf /systen/storage/cache/exchange1c
/**
* App\Role
*
* @property int $id
* @property \Carbon\Carbon|null $created_at
* @property \Carbon\Carbon|null $updated_at
* @property string $name
* @property string $description
* @property-read \Illuminate\Database\Eloquent\Collection|\App\User[] $users
* @method static \Illuminate\Database\Eloquent\Builder|\App\Role whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|\App\Role whereDescription($value)
* @method static \Illuminate\Database\Eloquent\Builder|\App\Role whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|\App\Role whereName($value)
* @method static \Illuminate\Database\Eloquent\Builder|\App\Role whereUpdatedAt($value)
* @mixin \Eloquent
*/
const config = {
entry: './src/index.js',
output: {
// ...
},
module: {
// ...
},
plugins: [
new MiniCssExtractPlugin({
filename: 'assets/css/style.css'
}),
// ...
]
};
if (isDev) {
config.plugins.push( new PurgecssPlugin() );
}
module.exports = config;