Honour
Honour
``` ⨯ node_modules\@w3ui\react\build\esm\index.js (17:7) @ commonjsRequire ⨯ unhandledRejection: Error: Could not dynamically require "url". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work....
its also possible i didn't do the rollup configuration right, so perhaps an example on that would be appreciated my config ```js import commonjs from "@rollup/plugin-commonjs"; export default { input:...
any fix???
Here's the fix that worked for me in Next.js [https://github.com/web3-storage/w3up/issues/1183#issuecomment-1836526101](url)
> > Here's the fix that worked for me in Next.js > > [https://github.com/web3-storage/w3up/issues/1183#issuecomment-1836526101](url) > > hey thanks for the reply and suggestion. it worked for me on localhost now....