issues Search Results · repo:michalkvasnicak/babel-plugin-css-modules-transform language:JavaScript
Filter by
79 results
(98 ms)79 results
inmichalkvasnicak/babel-plugin-css-modules-transform (press backspace or delete to remove)There is a better maintained version - babel-plugin-react-css-modules. With replaceImport: true option it does exactly
what this plugin does. Also you can pass transform function to it and apply any postcss ...
felixcatto
- Opened on Mar 18, 2023
- #122
Any idea how to get it to work with @babel/register? It only generates empty css files
caub
- Opened on Dec 2, 2020
- #112
Because of https://github.com/css-modules/css-modules-require-hook/issues/119, babel-plugin-css-modules-transform does
not work on Windows machines either (generates hashes different from those generated ...
birdofpreyru
- 2
- Opened on Apr 16, 2020
- #110
npm advisory: https://www.npmjs.com/advisories/1179
npm list output: img width= 535 alt= Screen Shot 2020-03-20 at 1 37 04 PM src=
https://user-images.githubusercontent.com/1695880/77190687-1528b880-6ab0-11ea-90a1-c065af1b7d55.png ...
createthis
- 1
- Opened on Mar 20, 2020
- #109
hi im using ssr and want to use babel-plugin-cs-modules transform to display my css my code is : webpackconfig.js:
module: {
rules: [
{
test:/\.css$/,
...
simhox
- 2
- Opened on Oct 6, 2019
- #106
Repo for reproduction
When I start parcel for the first time using npm run start everything works, css classes are rewritten, the all.css file
is being built. The problem is that all.css doesn t rebuild ...
adrianani
- Opened on Aug 18, 2019
- #105
Reproduction repo: https://github.com/samsch/css-modules-transform-scss-no-error
Preprocessor errors are swallowed and ignored. Specifically, errors thrown from the function exported from the
preprocessCss ...
samsch
- Opened on May 21, 2019
- #104
classNames dont match with css-loader@2.0.0 or above with css-loader@1.0.1 all fine
VadimZvf
- 3
- Opened on Apr 3, 2019
- #103
Given the following config:
css-modules-transform , {
generateScopedName : [name]__[local]___[hash:base64:5] ,
extractCss : ./dist/styles.css ,
}
And the following css:
/* src/components/SpecialButton.css ...
GreenGremlin
- Opened on Jan 3, 2019
- #100

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.