Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

tns create with vue js #742

Closed
NickIliev opened this issue Dec 17, 2018 · 1 comment
Closed

tns create with vue js #742

NickIliev opened this issue Dec 17, 2018 · 1 comment
Assignees

Comments

@NickIliev
Copy link
Contributor

@bcazu commented on Mon Dec 17 2018

Environment
{N} v.5
Describe the bug
I don't create a app whit command tns create --vue. I have this error.
-tns create --vue
-tns preview --bundle

Thank you for yurs help
image


@NickIliev commented on Mon Dec 17 2018

Confirming this one as an issue with Vue projects that are using plain JS (not happening with View.js + TypeScript)

@NickIliev
Copy link
Contributor Author

NickIliev commented Dec 17, 2018

@bcazu the issue is fixed via this PR and the fix will be released in the next official version (v0.18.5).

Meanwhile, as a temporary workaround in your current Vue projects use the changes introduced in the webpack.config.js file

@sis0k0 sis0k0 self-assigned this Dec 17, 2018
vchimev added a commit that referenced this issue Jan 12, 2019
vchimev added a commit that referenced this issue Jan 12, 2019
vchimev added a commit that referenced this issue Jan 14, 2019
* fix(Vue): apply style changes with HMR

The `bundle-config-loader` executes for `entryPath` with all extensions: `css`, `js`, `ts`, `scss`, etc. Limit only to `js` and `ts`.

Fixes #762.

* Revert "fix(Vue): resolve full path for entry module (#744)"

This reverts commit 4d31ea0.

It causes #762.

* fix(Vue): entry module path

Fixes #742, fixes #762.
SvetoslavTsenov pushed a commit that referenced this issue Jan 28, 2019
* fix(Vue): apply style changes with HMR

The `bundle-config-loader` executes for `entryPath` with all extensions: `css`, `js`, `ts`, `scss`, etc. Limit only to `js` and `ts`.

Fixes #762.

* Revert "fix(Vue): resolve full path for entry module (#744)"

This reverts commit 4d31ea0.

It causes #762.

* fix(Vue): entry module path

Fixes #742, fixes #762.
SvetoslavTsenov added a commit that referenced this issue Jan 28, 2019
* fix(Vue): apply style changes with HMR

The `bundle-config-loader` executes for `entryPath` with all extensions: `css`, `js`, `ts`, `scss`, etc. Limit only to `js` and `ts`.

Fixes #762.

* Revert "fix(Vue): resolve full path for entry module (#744)"

This reverts commit 4d31ea0.

It causes #762.

* fix(Vue): entry module path

Fixes #742, fixes #762.
SvetoslavTsenov added a commit that referenced this issue Jan 28, 2019
* fix(Vue): apply style changes with HMR (#763)

* fix(Vue): apply style changes with HMR

The `bundle-config-loader` executes for `entryPath` with all extensions: `css`, `js`, `ts`, `scss`, etc. Limit only to `js` and `ts`.

Fixes #762.

* Revert "fix(Vue): resolve full path for entry module (#744)"

This reverts commit 4d31ea0.

It causes #762.

* fix(Vue): entry module path

Fixes #742, fixes #762.

* Release 0.19.0 (#757)

* fix: lazy-ngmodule-hot-loader breaks the sourceMaps

The `lazy-ngmodule-hot-loader` breaks sourceMaps as it does not pass them to the next loaders. This breaks debugging with `--bundle` in VSCode extension as the files included in the `sourcesContent` cannot be mapped correctly to local files.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants