aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/getting-started/webpack.md
AgeCommit message (Collapse)AuthorFilesLines
2024-04-01docs: resize docs bundler images and fix dimensions (#39824)XhmikosR1-1/+1
The dimensions must be of the non-2x image.
2024-04-01Add a render image hook (#39768)XhmikosR1-2/+2
Images are now lazyloaded, they have width and height attributes and the classes are centralized. Only applies to Markdown images
2024-02-13Docs: fix typos in Vite, Parcel and Webpack guides (#39592)Robert Martin1-3/+3
Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: Julien Déramond <[email protected]>
2023-07-24Fix postcss plugin options (#38947)Douglas Silva1-1/+1
2023-03-28Docs: update Webpack guide (#38345)Julien Déramond1-2/+1
* Docs: remove `<script>` from `index.html` in Webpack guide * Add `mode=production` to `build` step in Webpack guide
2023-03-27Change diff file path in Webpack guide (#38339)Julien Déramond1-4/+4
2023-03-23Update Vite, Parcel and Webpack guides (#38305)Julien Déramond1-24/+43
Co-authored-by: XhmikosR <[email protected]>
2023-01-03Add webpack build to webpack guideJulien Déramond1-2/+9
2022-12-26Docs: change some title containing '&' to bypass Algolia issueJulien Déramond1-1/+1
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR1-0/+322
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]>