What's Changed
New Features 🎉
- feat(plugin-svelte): support pass preprocess options by @tmkx in #1185
- feat(plugin-react): add jsxRuntime option to support React 16 by @chenjiahan in #1189
- feat(plugin-react): add jsxImportSource option by @chenjiahan in #1190
- feat(plugin-react): allow to configure all SWC react options by @chenjiahan in #1191
Bug Fixes 🐞
- fix(babel-preset): should merge targets array correctly by @chenjiahan in #1182
Document 📖
- docs: add CRA output directory guide by @chenjiahan in #1183
- docs: add Vue 2 version requirements by @chenjiahan in #1184
- docs: add unknown assets guide for CRA by @chenjiahan in #1186
- docs: add guides for the svelte process options by @tmkx in #1187
- docs: add cleanup to loadEnv document by @chenjiahan in #1188
- docs: add migration guide for Modern.js Builder by @chenjiahan in #1192
Other Changes
Full Changelog: v0.2.17...v0.2.18