- Aug 30, 2022
-
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
-
- 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.
-
Frank Bessou authored
Webpack already optimize build output in production mode and it seems that its options are sufficiently good.
-
Frank Bessou authored
-
Frank Bessou authored
-
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.
-
Frank Bessou authored
We should avoid to include JS files. Only add this option when necessary.
-
Frank Bessou authored
Its is already active when "strict" option is set to true.
-
Frank Bessou authored
-
- Aug 22, 2022
-
-
Fabien Amarger authored
-
Fabien Amarger authored
-
Fabien Amarger authored
-