Vladyslav Piskunov

Results 46 comments of Vladyslav Piskunov

Perhaps there might be a way to set the version, by first running a hook (pre-install or something?) to detect current vue-cli's `webpack` version? > this project will need to...

For some reason `npm run serve:web` spat out this: ``` ERROR Failed to compile with 1 errors3:37:57 PM error in ./src/main.js Module build failed (from ./node_modules/eslint-loader/index.js): Error: You need to...

Another thing - on the `webpack` dependency resolution, I'm suspecting the dual instance may occur as this plugin adds `webpack` to the project `package.json`, rather than it's own (`node_modules/vue-cli-plugin-nativescript-vue/package.json`). Perhaps...

Same error keeps (UI bug) Seems it's running `vue-cli-service serve --mode development.web --dashboard` - this is the same, even after I've used the `(unset)` in the dropdown. Here's a full...

But the HMR seems fixed(web)! no double message [HMR] and modules seem to reload correctly! Hopefully **last thing:** eslint is angry on `~` being used in paths like `import App...

Ok, I went digging down the UI bug rabbit-hole. The issue seems to be from the `linter`. Due to vue project's default settings of "lint on save", it runs the...

Sure, I can help figure this out. Let me know what the flow is - and yes, I have like 8 repos already from fresh installs ;) The issue didn’t...

Do you have any suggestion on the ~ imports? See comment above: https://github.com/nativescript-vue/vue-cli-plugin-nativescript-vue/issues/16#issuecomment-497713708

I know the ~ & @ should resolve to the same paths, but after looking into vue’s webpack config(under `node_modules`), I only found it has the `@` alias defined, but...

Ok, so it gave the error straight after install in clean project. Log in the gist: https://gist.github.com/vpiskunov/10b24561ae7947289c8216ab4d76df21 The env is first populated / normal in `vue cli - flags -...