Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(webpack): add SASS support in development config
Updated the `webpack.config.dev.js` file to include SASS support by modifying the module rules. The configuration now handles `.scss` and `.sass` files using `style-loader`, `css-loader`, and `sass-loader`. This allows for easier styling in the development environment.
- Loading branch information