2aa18fb77c
* Add a second entry point to the webpack config for the logging window * tauri operations to show a log window * LogViewer react component * Upgrade tauri and use default tauri app menu for MacOS and add `Help` menu with `Show log` entry to show the logging window * wip * Proof of concept * Fix format inside debug with ferm * Put new menubar and log behind env variable flag * Remove unused deps * rustfmt * Add changelog note * Fix up imports * Remove old code * Improve log viewer * Remove old code * Add color to output, even if tauri hides it * Remove redundant level from tauri log msg * Since menu bar visible by default, change feature flag name * Fix up webpack config so correct chunks get injected into entry points and remove inline CSS causing CSP issue Co-authored-by: Mark Sinclair <mmsinclair@gmail.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