Eric

Results 30 comments of Eric

Adding TextField

I'm working through migrating an extension to Manifest 3 [https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/](https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/) It's semi straight forward. v3 changes the background pages to service workers. The problem I'm finding is there is a...

I agree, I will post the code to change the vue.config.js file if I figure it out. But, I'm also having trouble writing the correct code to put the background.js...

Sorry, I misunderstood your first message. I was able to get all of the js files to the root folder on build by adding this to vue.config.js ``` configureWebpack: {...

Did configureWebpack help you on your situation? I'm using my background.js to open the extension. I'm getting closer, right now I'm battling 2 issues. Getting the extension to activate when...

@awardx I only made it as far as creating "band-aids" inside my project to be able to get MV3 working. Running in --watch and production mode forced to rebuild the...

@maximebonhomme thank you for creating this issue! This has been on my mind, but haven't figured out how to write the proper scripts to function properly yet.

@AlmostEfficient we are slowly building out user docs. If you would like to add anything you've created for this, current home for this guide will be [here](https://github.com/Developer-DAO/create-dao/blob/main/docs/user/building-a-discord-community.md) 🙏 😃

Correct network, mint button and success popup issues were fixed in [PR](https://github.com/Developer-DAO/create-dao/pull/39)