Guest User

Untitled

a guest
Jan 18th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <div className={style.a}>hello</div>
  2.  
  3. <div class="_-_-_-_-resources-assets-js-components- ___index__a___1TazJ">hello</div>
  4.  
  5. <div styleName='a'>hello</div>
  6.  
  7. // CSS Compilation.
  8. rules.push({
  9. test: /.css$/,
  10. exclude: Config.preprocessors.postCss ? Config.preprocessors.postCss.map(postCss => postCss.src.path()) : [],
  11. loaders: ['style-loader', 'css-loader?importLoader=1&modules&localIdentName=[path]___[name]__[local]___[hash:base64:5]']
  12. });
Add Comment
Please, Sign In to add comment