PHP Classes

File: webpack.mix.js

Recommend this page to a friend!
  Packages of Nyi Nyi Lwin   Laravel Nova Log Viewer   webpack.mix.js   Download  
File: webpack.mix.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Nova Log Viewer
Display information about logs in Laravel Nova
Author: By
Last change: Adding Laravel Nova 4 Support

Please consider publishing this as v2.0.0
fixes PHPJunior/nova-logs#45

By default the routes from `arcanedev/log-viewer` will be disabled by
overriding a config value. This behaviour can be disabled in this
package's config file.
fixes PHPJunior/nova-logs#36
Date: 7 months ago
Size: 324 bytes
 

Contents

Class file image Download
let mix = require('laravel-mix') let tailwindcss = require('tailwindcss') require('./nova.mix') mix .setPublicPath('dist') .js('resources/js/tool.js', 'js') .vue({ version: 3 }) .postCss('resources/css/tool.css', 'css', [ tailwindcss('tailwind.config.js'), ]) .nova('php-junior/nova-logs')