8575a72a22
* Use shared ts-packages in wallet * Add eslint rules * Formatting: run eslint --fix on all files * Formatting: fix linting errors for dependencies * linting fixes * fix sign in pages * fix breaking change * fix ts errors fix ts and es errors * Fix up typings for image and json modules Add tsconfig for eslint to process webpack config * Use shared webpack config * Use shared logo component * Remove unused images * Allow html path to be passed as an argument in shared webpack config * Fix up webpack config for html template * Build shared ts-packages before starting dev mode * Fix webpack config * use shared logo component Co-authored-by: fmtabbara <fmtabbara@hotmail.co.uk> Co-authored-by: mmsinclair <mmsinclair@users.noreply.github.com>
Common Webpack 5 Config
This package contains shared configuration for webpack:
- webpack.common.js: common settings for a Typescript + React project
- webpack.dev.js: additional settings for dev mode
- webpack.prod.js: production settings
Usage
See the example