babel-plugin-transform-assets icon indicating copy to clipboard operation
babel-plugin-transform-assets copied to clipboard

Transforms asset imports at compile time using Babel 📦

Results 3 babel-plugin-transform-assets issues
Sort by recently updated
recently updated
newest added

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...

question

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...

help wanted