Most voted "laravel-mix" questions
5 questions
Sort by count of
-
4
votes0
answers44
viewsPart of my code doesn’t seem to pass through Babel before arriving at Uglify
I’m not managing to generate the production build of my application with Laravel Mix. When trying to generate the build npm tells me there was an error trying to run Uglifyjs: /js/app.js from…
-
2
votes1
answer65
viewsCompile multiple JS keeping the original names
Guys, I have a folder inside the Resources called js where you have several JS files and subfolders with other Jss. How do I set up Laravel Mix to compile all the contents of the JS folder including…
-
1
votes0
answers44
viewsHow to set the images and fonts directory in Laravel-mix?
I am using the Laravel-mix in a personal project, however, without the presence of the Laravel Framework. When I have the files generated, Laravel-mix reads the Sass files and creates a directory…
-
1
votes0
answers33
viewsHow to use Gulp to auto copy source files when compiling scss?
I’m using Gulp with Gulp-Sass to build my css files. I would like to build the SCSS source files referenced by @font-face within the style be automatically copied to Assets/fonts, while the css…
-
-1
votes1
answer154
viewsLaravel-mix error in syntax when there is none
Good evening guys, I’m trying to run NPM RUN DEV and when I do he accuses a mistake that doesn’t make sense to me (despite being a total beginner in Latin). [webpack-cli]…