I am using Tailwind in our Gridsome created web page, but i got an error in backgroundImage in tailwind.config.js file. Here is the file:
module.exports = {
purge: [],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {
backgroundImage: theme => ({
'mobile': "url('~/assets/mobile_background.jpg')"
})
},
},
variants: {
extend: {},
},
plugins: [],
}
The error i got is:
This relative module was not found:
- ../../../../../../../assets/mobile_background.jpg in ./node_modules/css-loader/dist/cjs.js??ref--2-oneOf-1-1!./node_modules/postcss-loader/src??ref--2-oneOf-1-2!./src/main.css