Krasnopir Petro

Results 4 comments of Krasnopir Petro

Use babel-plugin-css-modules-transform https://github.com/michalkvasnicak/babel-plugin-css-modules-transform/issues/80#issuecomment-378197512

I marked the place where you need to change the value to enable scroll https://codesandbox.io/s/8pnlp437v8

Hello I use postcss with sugarss parser (.sss files) in project and server build without webpack have in .babelrc : "plugins": [ ... [ "css-modules-transform", { "generateScopedName": "[name]__[local]--[hash:base64:5]", "preprocessCss": "./postcss.parse.js",...

May be you can add prefix as webpack loader option? Why id include previous loaders with options and other inner info? It will fix the problem. node_modules/isomorphic-style-loader/lib/insertCss.js:70 var lastSlashIndex =...