We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433f08c commit ccae6efCopy full SHA for ccae6ef
generateConfig.js
@@ -49,7 +49,7 @@ module.exports = (options = {}) => {
49
}, {
50
test: /\.css$/,
51
include: srcPath,
52
- loader: ExtractTextPlugin.extract('style', 'css?modules&importLoaders=1&localIdentName=[hash:base64:5]&hashPrefix=react-html5video&-autoprefixer!postcss')
+ loader: ExtractTextPlugin.extract('style', 'css?modules&importLoaders=1&localIdentName=rh5v-[name]_[local]&-autoprefixer!postcss')
53
54
test: /\.(eot|ttf|woff|woff2)(\?.*)?$/,
55
loader: 'url'
0 commit comments