Version 0.5.1 released🎉
In this minor version, we made the npm package @laffery/webpack-starter-kit
deprecated, and released a new package @laffery/create-webpack-app
to support package managers' create API, thus you can create a new app by one of the following commands:
npm create @laffery/webpack-app@latest
# or yarn
yarn create @laffery/webpack-app
# or pnpm
pnpm create @laffery/webpack-app
Enjoy your coding! :)