No description
Find a file
Kumi 3ab3a30884
feat(webpack): remove postcss-loader integration
Removed the integration of `postcss-loader` from the webpack
configuration to streamline the build process. This adjustment
simplifies CSS processing, relying on `sass-loader` for direct
compilation without the need for PostCSS plugins such as autoprefixer.
The decision enhances build performance and minimizes configuration
complexity, making the setup more straightforward for future maintenance
and updates. Potential impacts include the need for manual prefixing in
some cases, which should be considered during development.
2024-03-28 09:14:14 +01:00
src feat: set up webpack with Babel and SASS 2024-03-28 09:03:13 +01:00
.gitignore feat: set up webpack with Babel and SASS 2024-03-28 09:03:13 +01:00
index.css feat: set up webpack with Babel and SASS 2024-03-28 09:03:13 +01:00
index.html feat: set up webpack with Babel and SASS 2024-03-28 09:03:13 +01:00
package-lock.json feat: set up webpack with Babel and SASS 2024-03-28 09:03:13 +01:00
package.json feat: set up webpack with Babel and SASS 2024-03-28 09:03:13 +01:00
webpack.config.js feat(webpack): remove postcss-loader integration 2024-03-28 09:14:14 +01:00