wewowweb / laravel-mix-svelte

mix.svelte();
MIT License
68 stars 10 forks source link

Webpack configuration problems #20

Open coledtaylor opened 2 years ago

coledtaylor commented 2 years ago

After installing laravel-mix-svelte, setting up my webpack.mix and running the dev npm script in my laravel project I get this error:

Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema. configuration.module.rules[14].resolve has an unknown property 'fullySpecified'.

When I remove the fullySpecified option from webpackRules() in src/index.js everything builds and works as intended.

In my package.json: