We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b82849 commit 8540b94Copy full SHA for 8540b94
1 file changed
README.md
@@ -130,7 +130,7 @@ If you like to support my open-source contributions please star and share this p
130
// next.config.js
131
const withTM = require('next-transpile-modules')([
132
'react-spinners-css',
133
- '@bit/joshk.react-spinners-css.circle',
+ '@bit/*',
134
]) // pass the modules you would like to see transpiled
135
136
module.exports = withTM()
0 commit comments