index.js 227 B

12345678910
  1. /*
  2. This test is here to confirm that assetNameRegExp option will apply
  3. only to the names of the files exported byt ExtractTextPlugin
  4. */
  5. require('./a_optimize-me.css');
  6. require('./b_optimize-me.css');
  7. require('./c.css');