@dg-scripts/webpack-template
v6.0.0
Published
Minimal webpack boilerplate
Maintainers
Readme
Webpack Template
Minimal wbepack boilerplate.
Installation
npm i
npm startCLI Tool
npx bod create <appName>More CLI tool information on repo Bod.
Features
TypeScriptready. Robust type checking.Babeltranspile support.Webpackfor hot reload development and dedicated building work with bundle analysis and elegant progressbar.VitestandTesting Libraryfor robust unit tests and detailed coverage report.PostCSSfor CSS auto-prefixer support.ESLintwith TypeScript parser for TypeScript style check.StyleLintwith custom rules for CSS style check.Prettierfor format TypeScript and CSS code elegantly.- Convenient version release with
Standard Version.
React Support
npm i react react-dom
npm i -D @types/react @types/react-domnpm i -D @testing-library/react @testing-library/react-hooksSass Support
npm i -D sass @types/sass