No description
Kumi
3ab3a30884
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. |
||
---|---|---|
src | ||
.gitignore | ||
index.css | ||
index.html | ||
package-lock.json | ||
package.json | ||
webpack.config.js |