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
tsConfig
options. The logic for resolving the tsconfig file is replaced by ts-jest. You can use the ts-jest options to configure tsconfig resolution - remove
babelConfig
options. This will be replaced by adding acreateTransformer
method that accepts a babel transformer