useminPrepare.js 83 B

12345
  1. module.exports = function(config) {
  2. return {
  3. html: 'tmp/index.html',
  4. };
  5. };