Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does mean enableSingleRuntimeChunk in Webpack Encore?

Tags:

webpack

If there is enableSingleRuntimeChunk option in my webpack config vuejs doens't work. Can you tell me why?

like image 695
Raffaele Carelle Avatar asked Nov 01 '25 20:11

Raffaele Carelle


1 Answers

You have to add <script src="{{ asset('build/runtime.js') }}"></script> in your application. That's probably the issue.

like image 152
Vega Sen Avatar answered Nov 04 '25 18:11

Vega Sen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!