3 lines
145 B
JavaScript
Executable File
3 lines
145 B
JavaScript
Executable File
// Return an empty string or other mock path to emulate the url that
|
|
// Webpack provides via the file-loader
|
|
module.exports = 'mocked-image.jpg'; |