-
I try to use Laravel Mix (v5.0.4) and extend it with SVG sprite loader to generate SVG sprite. I have the following folder structure:
```
resources/
images/
image.jpg
sass/
app.scs…
-
-
laravel-mix-svelte doesn't seem to work with Svelte 4 yet. After upgrading from Svelte 3.59 to 4.1, webpack throws the following error:
```
npx cross-env NODE_ENV=production node_modules/webpack/b…
schu updated
6 months ago
-
- Laravel Mix Version: laravel-mix@6.0.18
- Node Version: v14.15.4
- NPM Version: 6.14.10
- OS: macOS Big Sur
### Description:
When i'm running `yarn run development` i get a whole bun…
nouce updated
2 months ago
-
I think it will be better if **adonis-mix** upgrade the **laravel-mix** to v5.0.0.
There are no breaking changes in [laravel-mix v5.0.0](https://github.com/JeffreyWay/laravel-mix/releases/tag/v5.0.…
-
After npm intall, in app.js add
require('jquery-metal-clone')
then npm run watch
the ouput error : ERROR in ./js/app.js
Module not found: Error: Can't resolve 'jquery-metal-clone' in '/var/w…
-
- Laravel Mix Version: 6.0.43 (`npm list --depth=0`)
- Node Version (`node -v`): 16.13.1
- NPM Version (`npm -v`): 8.1.2
- OS: Windows 10 21h2
### Description:
**THIS IS HAPPENING ON …
-
Hello, when will be released version which is compatible with laravel-mix 4?
-
laravel/framework : "^8.12",
- Laravel Mix Version: 5.0.9
- Node Version 17.7.0
- NPM Version 7.4.3
- OS: nginx
### Description:
/var/www/html/erp/node_modules/webpack-cli/bin/cli.…
-
I am using laravel. How can I write the config for laravel-mix?
My current setting:
```
const mix = require('laravel-mix');
const $ = require('jquery');
mix.autoload({
jquery: ['$',…