Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension stop working after build #21

Closed
hughsaffar opened this issue Sep 2, 2018 · 4 comments
Closed

Extension stop working after build #21

hughsaffar opened this issue Sep 2, 2018 · 4 comments

Comments

@hughsaffar
Copy link

The extension I created using this plugin is working fine in the development mode, however, when I do yarn build and load up the unpacked into the Chrome extensions, it does not work anymore! I get no error anywhere, but I can not see any of my background.js cosole.logs! Any idea where should I start to dig in order to fix it?

@adambullmer
Copy link
Owner

I think this is a known gotcha from some of the codesplitting that was fixed in #16. I'm going to cut a release tonight, and upon an update, should fix your production building issues.

I think there are a few breaking changes, so you might, commit your changes, rescaffold your application and fix the diffs.

@adambullmer
Copy link
Owner

Just to follow up, is this still an issue for you?

@franciscolourenco
Copy link
Contributor

I'm having a related problem with assets imported with ~@/assets/etc. The path is translated to ../assets/ but should be ../../assets/etc because the bundle is in /popup/popup.js instead of /popup.js.

@adambullmer
Copy link
Owner

closing due to inactivity and presumed resolution

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants