Replies: 2 comments 1 reply
-
Any info on this guy? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
In case anyone runs into this using laravel mix. Adding const mix = require('laravel-mix');
mix.js('resources/js/app.js', 'public/js').sass('resources/sass/app.scss', 'public/css')
.options({
postCss: [
require('postcss-import'),
require('tailwindcss'),
require('autoprefixer'),
]
}).sourceMaps(); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Probably something basic I'm missing, but I get this error in the browser:
In my app.js:
Thank you!!
Beta Was this translation helpful? Give feedback.
All reactions