Skip to content

Commit

Permalink
[Vue] Fix integrated mode error (#1524)
Browse files Browse the repository at this point in the history
* add tslib to vue template
  • Loading branch information
addy-pathania authored Jun 14, 2023
1 parent c9ecdf3 commit ac7cb1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Our versioning strategy is as follows:
* `[vue]` Fix disconnected mode not starting in monorepo setup ([#1418](https://github.com/Sitecore/jss/pull/1418))
* `[sitecore-jss-proxy]` The rewriteRequestPath function ignores query string parameters added in a middleware([#1373](https://github.com/Sitecore/jss/pull/1373)) ([#1379](https://github.com/Sitecore/jss/pull/1379))
* `[templates/react]` [React] Fix build error ([#1505](https://github.com/Sitecore/jss/pull/1523))
* `[templates/vue]` [Vue] Fix integrated mode error ([#1505](https://github.com/Sitecore/jss/pull/1524))

### 🛠 Breaking Changes

Expand Down
3 changes: 2 additions & 1 deletion packages/create-sitecore-jss/src/templates/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"graphql-tag": "^2.12.6",
"html-loader": "~1.3.2",
"npm-run-all": "~4.1.5",
"null-loader": "~4.0.1"
"null-loader": "~4.0.1",
"tslib": "2.5.1"
}
}

0 comments on commit ac7cb1b

Please sign in to comment.