v4.0.0-beta.0
·
324 commits
to master
since this release
Bug Fixes
Code Refactoring
- use
@vue/component-compiler-utils(#129 (#129)) (9888245 (9888245)). This adds support for all synchronously rendered templating languages supported by consolidate.
Features
- use babel-jest to compile (#127 (#127)) (ce6ffa9 (ce6ffa9))
- use ts-jest for TypeScript config resolution (#139 (#139)) (842467b (842467b))
BREAKING CHANGES
- remove
tsConfigoptions. The logic for resolving the tsconfig file is replaced by ts-jest. You can use the ts-jest options to configure tsconfig resolution - remove
babelConfigoptions. This will be replaced by adding acreateTransformermethod that accepts a babel transformer