Popescu Flaviu
Popescu Flaviu

Reputation: 135

Where webpack.mix.js location is related to Laravel?

After a fresh Laravel install, I created a new project, and ran composer and npm.

Where should a look for webpack.mix.js?

After running npm run dev it gives me an error in a specific scss file from my project.

I want to remove that file and add new ones.

Upvotes: 0

Views: 8378

Answers (1)

nakov
nakov

Reputation: 14278

It should be in the root folder of your project, look at the laravel repo here.

Upvotes: 1

Related Questions