20bdf8e3b0f38277a6e70ba29912e3f408d1d35290052eb1c87559176936e510397b9424970d58ab7b90a6a5fac5bc8d23a2c362f6bc0edd2f6cea7739d2cd 258 B

12345678910
  1. /**
  2. * Because of extract-text-webpack-plugin interop returns just absolute path to filepath
  3. * @param {string} filepath
  4. * @return {string}
  5. */
  6. function generateSpritePlaceholder(filepath) {
  7. return filepath;
  8. }
  9. module.exports = generateSpritePlaceholder;