8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1d95b commit 88708d3Copy full SHA for 88708d3
webpack.mix.js
@@ -5,4 +5,5 @@ mix.js('resources/js/app.js', 'public/js')
5
.options({
6
processCssUrls: false,
7
postCss: [require('tailwindcss')],
8
- });
+ })
9
+ .version();
0 commit comments