It seems that webpack gets stuck on 92% chunk asset optimization for about 30+ seconds to show a simple js/css change. This is too long for anyone sane to sit and wait that much of their life to see something that should be rendered near instantly....
I would like to use inline js in my less files but I get the following message: Inline JavaScript is not enabled. Is it set in your options? How can I enable that?...
So I am having an issue with ES6, Webpack and VUE JS in IE 11. This works in Edge, Chrome, Safari and Firefox, but not IE 11. The error: SCRIPT1002: Syntax error vue.js (16,8498) Ok, so whats at this line? (module,__webpack_exports__,__webpack_r...
So I'm getting the following error on my browser console line when I'm testing my Laravel 5.4 website: Uncaught ReferenceError: webpackJsonp is not defined at app.js:1 Now, to be honest, I have almost no idea about webpack and related, I j...
I'm trying to create a global component using laravel mix with vue js, but when accessing property this.$el it's undefined. Here's my component file: Datepicker.vue <template> <input type="text" :name="nam...
Currently I am loading all of my Vue components with require.context, this searches my components directory with a regex for .vue files. This works fine but I would like to load async components as well with dynamic imports. Currently when I use req...
How do you guys manage to use laravel mix, if there are lots of third party javascript plugins? I use laravel mix for normal things, but now I'm having a Admin Panel Dashboard theme and there are lots of plugins used as follows: <script s...
I started using laravel mix, and there's huge files generated by it. Should I commit those to the repo? What are the advantages and cons of both ways?...
I am using Laravel Mix but behind the scenes it uses Webpack 4. I cannot get rid of this error no matter what I do. ERROR in ./node_modules/@amcharts/amcharts4/.internal/core/export/Export.js 3215:14 Module parse failed: Unexpected token (3215:14) Y...
I am totally new to webpack (i previously built my apps by including tons of css / js files by "hand") and am now trying to understand how namespaces work when working with the named tools. i have an app.js require('./bootstrap');...
©2020 All rights reserved.