我採取的WebPack配置從這裏開始:的WebPack被重命名我的SCSS類
https://github.com/erikras/react-redux-universal-hot-example
對於生產版本,我所做的修改建議,現在 裝載機少,SCSS和css的樣子這
{ test: /\.css$/, loader: ExtractTextPlugin.extract('style-loader', 'css-loader')}, { test: /\.less$/, loader: 'style!css?importLoaders=2&sourceMap!autoprefixer?browsers=last 2 version!less?outputStyle=expanded&sourceMap' }, { test: /\.scss$/, loader: ExtractTextPlugin.extract('style', 'css?modules&importLoaders=2&sourceMap!autoprefixer?browsers=last 2 version!sass?outputStyle=expanded&sourceMap=true&sourceMapContents=true') }
我使用要求即
加載樣式表需要(「../ pathToSCSSSTylSheet」)
CSS被加載得很好,但SCSS類是通過的WebPack等階級是不會得到應用產生的最終樣式表重命名。如何停止重命名這些scss類?
我已經採取&localIdentName=[local]___[hash:base64:5]
並試圖保持它太,但類改名反正