Alexandre
Alexandre
Hey @SamHwang1990 , thanks for the PR! Do you have tests that fails with the current setup? On my end I have 3 *build* tests: the examples (with webpack 3),...
I cannot reproduce that bug. As I said, I created 2 small projects, [one with webpack 2](https://gist.github.com/AlexandreBonneau/075f87b56c9b5d908f0b29eba5bef001) and [one with webpack 3](https://gist.github.com/AlexandreBonneau/c4d434e131ea1166b952a9934adb0b4f), and both correctly compile the bundle. The build...
Is this still relevant, now that Webpack 4.18+ is out? On my end, I still cannot reproduce the bug somehow, and everything gets compiled cleanly. Shouldn't we close this?
Hey @shrpne, my very first implementation of AutoNumeric within Vue was to use a directive, but somehow what I ended up with, although it worked great, was far too complex...
Well if you want to 'translate' the component to a directive, you are welcome to do so. Perhaps this could live in another project like `vue-autoNumeric-directive`?
Have you tried using AutoNumeric `v4.6.0`? The wheel bug was fixed in that version (see https://github.com/autoNumeric/autoNumeric/issues/641)
This is a great idea. I'll see what I can do about that!
Somehow, it seems when I unstashed some changes it overwrote the `build/webpack.base.js` configuration file. Thanks for noticing @markRosenvinge. I'll have one day to find a way to test that to...
Well, I ran the exact same tests than in issue #4 (creating `VueAutonum` and `VueAutonum3` projects to compile a dummy one with webpack 2 and 3), and cannot find any...
I modified the `webpack.config.js` yet again, and I cannot reproduce any error in the test projects I set up. This should be fixed in `v1.2.3`. Please reopen this issue if...