moeen-basra / laravel-react

Laravel 8 and React 17 boilerplate

Home Page:http://laravel-react.moeen.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hi i want add React CSS Modules

msadeghifard1989 opened this issue · comments

commented
commented

what version of laravel you are using ?

commented

send me user skype id at m.basra@live.com

commented

please follow the instructions and let me know if it works for you

install extract-text-webpack-plugin
npm i -S extract-text-webpack-plugin

try the following webpack config

mix.webpackConfig({ module: { rules: [ { test: /\.css$/, use: ExtractTextPlugin.extract({ fallback: 'style-loader', use: 'css-loader?modules,localIdentName="[name]-[local]-[hash:base64:6]"' }), } ] }, resolve: { extensions: ['.scss'], }, });