Skip to content

Instantly share code, notes, and snippets.

@Ovis
Created March 27, 2020 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ovis/ff7bb3c12108525d55d4b7fc3df4e569 to your computer and use it in GitHub Desktop.
Save Ovis/ff7bb3c12108525d55d4b7fc3df4e569 to your computer and use it in GitHub Desktop.
Parcelを通しても呼べるように変更したJavaScriptファイル
window.hogehogeMethod = hogehogeMethod;
function hogehogeMethod() {
return "fugafuga";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment