laravel-mix-react-css-modules icon indicating copy to clipboard operation
laravel-mix-react-css-modules copied to clipboard

A wrapper for babel-plugin-react-css-modules for Laravel Mix

Results 12 laravel-mix-react-css-modules issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Hey, nice package! So, i've found that on NPM, and later on made some edit to allow some nice things: - auto load as cssModules for `.module[s].css` - allow load...

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.20 to 3.2.0. Changelog Sourced from nanoid's changelog. Change Log This project adheres to Semantic Versioning. 3.2 Added --size and --alphabet arguments to binary (by Vitaly Baev)....

dependencies

At the moment all the styles will output in app.js file which then client's browser will import `` tags into `` tag. It's development mode behaviour on CRA project for...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hello, is it possible to include a global .scss file (with variables and mixins) and use the variables/mixins in a styles.module.scss file?

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.0 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

I have a mix file that creates an entry for global styles (app.css) and also uses react css modules, like so: ```js mix .react('resources/js/app.js', 'public/js') .sass('resources/sass/app.scss', 'public/css') .reactCssModules() ``` This...