-
Notifications
You must be signed in to change notification settings - Fork 2
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
error on export #6
Comments
I recommend simply updating the line to export in es6 style:
|
@hognogi This was actually wrong, there is a missing part in the README to note to add a WebPack alias to use the es5 version. |
@hognogi Actually, this should be updated, so I am leaving this open. |
@hognogi, @carsonreinke that note is already on the READM here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it's caused by the combination of using es6 import but commonjs export.
My browser gives me this error:
https://i.imgur.com/JvfniYH.png
In order to use the plugin, I need to edit this line in my node_modules folder.
bigcommerce-sitewide-banners/src/sitewide-banners.js
Line 42 in 8fbace7
The text was updated successfully, but these errors were encountered: