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