#22 - fix
This commit is contained in:
parent
bbbf1791ff
commit
529b9d084a
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user