lwc-services 1.2.2
- Added the
--passthrough
flag for thetest
command to allow any Jest CLI flag (thanks to @rcurry-sf and his contribution)
lwc-create-app 1.2.1
- Fix an issue where
npx lwc-create-app your-app
fails on Linux systems (thanks to @adamSellers and his contribution)
lwc-create-app 1.2.0
- Automatically init Git repo after project initialization for pre-commit hooks
- Adding default .eslintignore
- Updating Husky dependency
lwc-services 1.2.0
- Adding webpack default config for SPA (Single Page Application), see issue #33
- Allowing multiple entry points for custom webpack configuration files
- Optimizing default chunking for webpack
lwc-create-app 1.1.1
- Limit pre-commit linting to JS files
lwc-create-app 1.1.0
- Added new option to create scaffolding for client/server structure using
Express
- Add Jest configuration file as default to project root
lwc-services 1.1.0
- Using
Express
instead ofwebpack-dev-server
for webpack bundle serving - Added custom server configuration option for
Express
- Switched
build
script to production mode, and added a newbuild:development
script
lwc-create-app 1.0.4
- Updating default README
- Updating formatting of default
.prettierrc
file
lwc-services 1.0.5
- Fixed
production
build for webpack - Added
runInBand
flag fortest
command to better support CI systems
lwc-services 1.0.4
lwc-create-app 1.0.2
- Updating min node version to >=10.0
- Defaulting to register a custom element on app creation
lwc-services 1.0.3
- Updating min node version to >=10.0
- Initial version