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

Fix CLIKey and Extension.isAvailable #43

Merged
merged 4 commits into from
Nov 13, 2020
Merged

Conversation

hanjukim
Copy link
Contributor

@hanjukim hanjukim commented Nov 12, 2020

Version will be updated to 1.0.0 to follow https://semver.org/ standard.

CLIKey

IgnorePlugin cannot ignore source code line for importing CLIKey which leads browser to raise an exception. To fix this problem, CLIKey was removed from index. Developer have to explicitly import CLIKey from now on.

Extension

Extension.isAvailable was using window.Terra.isAvailable variable to determine whether there's Terra Station Extension installed or not, assigned by Terra Station Extension.
However, there will be a conflict on window.Terra when terra.js is included by using <script> tag

fix(extension): change different window variable for isAvailable
@hanjukim hanjukim changed the title Fix CLIKey importing exception and more Fix CLIKey and Extension.isAvailable Nov 12, 2020
@hanjukim hanjukim self-assigned this Nov 12, 2020
@hanjukim hanjukim merged commit 7c82988 into master Nov 13, 2020
@hanjukim hanjukim deleted the fix/cli-key-and-extension branch November 23, 2020 06:22
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

Successfully merging this pull request may close these issues.

1 participant