#22 - fix
This commit is contained in:
		| @@ -3,6 +3,7 @@ const defaultTheme = require('tailwindcss/defaultTheme') | ||||
| module.exports = { | ||||
|   content: [ | ||||
|     './resources/**/*.vue', | ||||
|     './resources/**/*.js', | ||||
|   ], | ||||
|   theme: { | ||||
|     extend: { | ||||
|   | ||||
| @@ -1,10 +1,10 @@ | ||||
| const mix = require('laravel-mix'); | ||||
| const webpackConfig = require('./webpack.config'); | ||||
| const mix = require('laravel-mix') | ||||
| const webpackConfig = require('./webpack.config') | ||||
|  | ||||
| mix.js("resources/js/app.js", "public/js") | ||||
|     .vue(3) | ||||
|     .postCss("resources/css/app.css", "public/css", [ | ||||
|         require("tailwindcss"), | ||||
|     ]) | ||||
|     .webpackConfig(webpackConfig) | ||||
|     .sourceMaps(); | ||||
| mix.js('resources/js/app.js', 'public/js') | ||||
|   .vue(3) | ||||
|   .postCss('resources/css/app.css', 'public/css', [ | ||||
|     require('tailwindcss'), | ||||
|   ]) | ||||
|   .webpackConfig(webpackConfig) | ||||
|   .sourceMaps() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user