thewalkingcoder
thewalkingcoder
@stof i have browserslist, (i edit my post) i rollback temporaly to @symfony/webpack-encore": "^0.33.0
yes @weaverryan happens only with ^1.0.x. i exactly just rollback to `Encore 0.33.0`, `Stimulus 1.x.x` and works fine (with dev-server or build) with IE 11. I show you on Monday...
Hi, @weaverryan With `"@symfony/webpack-encore": "^0.33.0"` works fine. 0 error on console.  I change to `"@symfony/webpack-encore": "^1.0.0"` (1.0.5), uncomment on `webpack.config.js` (i use VM) ``` .configureDevServerOptions(config => { config.host =...
Hi @weaverryan, I create a new app to isolate problem's. I don't know my mistake before, but now with simple config (and webpack-encore: ^1.0.0) babel transpile correctly with IE 11....
Hi @weaverryan , I just load Vuejs on my javascript ```js import 'core-js/stable'; import "regenerator-runtime/runtime"; import Vue from 'vue'; import PasswordCheck from "./component/PasswordCheck"; import PasswordInput from "./component/PasswordInput"; new Vue({ el:...
Hi @weaverryan I follow your recommendations with new fresh install. After install symfony 5.2.3 and webpack-encore (1.0.0), i just had firewall false and browserslist. ```js //webpack.config.js .configureBabelPresetEnv((config) => { config.useBuiltIns...
@bechir i know your problem, i write a wrapper to resolve that try [twc/makerBundle](https://github.com/thewalkingcoder/maker-bundle)