seed-quickstart-webpack
seed-quickstart-webpack copied to clipboard
Template for web apps with Seed (Rust framework), TailwindCSS and Webpack.
When I build the project in release mode with `yarn build:release` and the start a simple http server in the `dist` folder with `python3 -m http.server`, the about page fails...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.6 to 0.3.21. Release notes Sourced from futures-util's releases. 0.3.21 Fix potential data race in FlattenUnordered that introduced in 0.3.20 (#2566) 0.3.20 Fix stacked borrows violations when...
Bumps [time](https://github.com/time-rs/time) from 0.2.15 to 0.2.27. Changelog Sourced from time's changelog. Changelog All notable changes to the time project will be documented in this file. The format is based on...
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.1.2 to 3.10.0. Changelog Sourced from bumpalo's changelog. 3.10.0 Released 2022-06-01. Added Implement bumpalo::collections::FromIteratorIn for Option and Result, just like core does for FromIterator. Implement bumpalo::collections::FromIteratorIn for...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.3 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.22 to 3.2.0. Changelog Sourced from nanoid's changelog. Change Log This project adheres to Semantic Versioning. 3.2 Added --size and --alphabet arguments to binary (by Vitaly Baev)....
Was trying to setup a project using this template, noticed that the manual deployment command had a typo (realease instead of release) causing it to fail.