mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
Enable Webpack compiling for all images
This commit is contained in:
@@ -19,3 +19,7 @@ mrujs.start({
|
||||
new CableCar(CableReady)
|
||||
]
|
||||
})
|
||||
|
||||
const images = require.context('../images', true)
|
||||
const imagePath = (name) => images(name, true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user