Closed domcoleman closed 4 years ago
Nuxt's original Webpack configuration is case-insensitive for file-loader, but the replaced configuration is case-sensitive. This is causing Nuxt projects to break when adding svg-module.
https://www.reddit.com/r/Nuxt/comments/dqz9nz/cant_get_nuxtjssvg_to_work/
Webpack will no longer have a loader for your image file.
Description
Nuxt's original Webpack configuration is case-insensitive for file-loader, but the replaced configuration is case-sensitive. This is causing Nuxt projects to break when adding svg-module.
https://www.reddit.com/r/Nuxt/comments/dqz9nz/cant_get_nuxtjssvg_to_work/
How to repeat
Webpack will no longer have a loader for your image file.