lebadapetru

Results 9 comments of lebadapetru

I upgraded the webpack to 1.5.0 but this problem still persist. I managed to find a similar issue [here](https://github.com/symfony/webpack-encore/issues/121) . When i run `npm run watch` it compiles without any...

@egyptik , my problem was quite a stupid one... `.addEntry('main', './resources/main.js')` i kept the old .js main file instead of replacing it with a .ts file as someone figured out...

Hey @TropicalRaisel, I'm not sure why i'm using `configureBabel` over `configureBabelPresetEnv` because i have no custom babel config. I believe it was the default setup at that time when i...

In my case the caret jumps to the first digit when i select the last for a default v-model value of '0.00' ``` Inputmask({ min: '0.00', max: '9999999999.99', radixPoint: '.',...

@FilipTokarski , hey there It seems like the editor cannot be used if you remove the options api like i did: ``` .addPlugin( new webpack.DefinePlugin({ // Drop Options API from...

> @FilipTokarski , hey there > It seems like the editor cannot be used if you remove the options api like i did: > > ``` > .addPlugin( > new...

> The CKEditor 5 component for Vue.js uses Options API internally, so to be able to use it in your application you cannot remove `__VUE_OPTIONS_API__` flag. yeah, i figured that....

Any news ?