babel-plugin-transform-assets
babel-plugin-transform-assets copied to clipboard
Transforms asset imports at compile time using Babel 📦
I have been trying to solve the `Unexpected character` issue with SSR. This plugin helps in a way but I feel like there's a conflict with webpack `file-loader` or there's...
Use require.resolve with paths to fix importing files from within dependencies (e.g. in node_modules)
The docs don't say which hashing algorithms are available, or explicitly if you can change it - just a cryptic `[file].[ext]?[sha512:hash:base64:7]`. It'd be great if the docs explained how this...