@Pallas#2819 What are the differences

@Pallas What are the differences between the dev end build versions of the extension ? The same code works in dev but fails with the built version.
filthytone
filthytone•107d ago
example of the code or error? generally the difference is that the built code will not have any of the local plasmo hmr dev server stuff as part of it .. the non-dev build will also minify all your code .. when this happens, i've noticed in some cases that things like circular imports could exist and cause it to fail differently than in dev