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