Skip to content

Commit ccae6ef

Browse files
committed
Un-hash CSS classes
1 parent 433f08c commit ccae6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generateConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = (options = {}) => {
4949
}, {
5050
test: /\.css$/,
5151
include: srcPath,
52-
loader: ExtractTextPlugin.extract('style', 'css?modules&importLoaders=1&localIdentName=[hash:base64:5]&hashPrefix=react-html5video&-autoprefixer!postcss')
52+
loader: ExtractTextPlugin.extract('style', 'css?modules&importLoaders=1&localIdentName=rh5v-[name]_[local]&-autoprefixer!postcss')
5353
}, {
5454
test: /\.(eot|ttf|woff|woff2)(\?.*)?$/,
5555
loader: 'url'

0 commit comments

Comments
 (0)