Many little improvements
- Aug 31, 2022
-
-
Frank Bessou authored
The `render` function of react-dom is deprecated as of react 18. See https://github.com/facebook/react/blob/main/CHANGELOG.md#1800-march-29-2022
a0110cd1cb0d -
Frank Bessou authored992236a51e3a
-
- Aug 30, 2022
-
-
Frank Bessou authored03591f59a141
-
Frank Bessou authoredceeca6033268
-
Frank Bessou authored36d075346b34
-
Frank Bessou authoreddd0211bc8300
-
Frank Bessou authoredc12c38944773
-
- Aug 26, 2022
-
-
Frank Bessou authored
These options are already set by default to the same values by HTMLWebpackPlugin: - collapseWhitespace - keepClosingSlash - removeComments - removeRedundantAttributes - useShortDoctype - removeStyleLinkTypeAttributes The other options shouldn't be necessary since we are relying on loaders and specific plugins to minify.
25c686be212f -
Frank Bessou authored
Webpack already optimize build output in production mode and it seems that its options are sufficiently good.
252781958b9f -
Frank Bessou authoreda8d65b8bde2f
-
Frank Bessou authoredaf59654e5417
-
Frank Bessou authored
Prefer using target's API (ES6 by default), which is more susceptible to be implemented by browsers. If one needs more recent ECMAScript feature, he still can add the needed polyfills and use more recent libs.
372f97997b23 -
Frank Bessou authored
We should avoid to include JS files. Only add this option when necessary.
b567903c70ec -
Frank Bessou authored
Its is already active when "strict" option is set to true.
a56598e96bb6 -
Frank Bessou authorededfeeea90a33
-