Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Lugi's avatar
Level 21

Laravel 5.3 and Vue.js 2.0 gulp

Hi there,

I installed Laravel 5.3.

Then I did npm install.

And then I did gulp.

Output was:

  • mix.sass() source: resources\assets\sass\app.scss destination: public\css\app.css
  • mix.webpack() source: resources\assets\js\app.js destination: public\js\app.js

I'm not so good in configuration stuff so I want to ask you if it is normal that public\js\app.js has 3 MB size ?

0 likes
2 replies
DirkZz's avatar
DirkZz
Best Answer
Level 22

It is 3MB because of all the development stuff. Try running gulp --production and check the size again ;)

1 like

Please or to participate in this conversation.