Skip to content

Instantly share code, notes, and snippets.

@galakhov
Last active June 18, 2019 10:56
Show Gist options
  • Save galakhov/94cec7f1e2cd6b38749932290309f840 to your computer and use it in GitHub Desktop.
Save galakhov/94cec7f1e2cd6b38749932290309f840 to your computer and use it in GitHub Desktop.
Cannot find exports / exports is not defined when working with vue-cli-plugin-electron-builder
<script>
var exports = { __esModule: true };
</script>
<!-- related topic: https://stackoverflow.com/questions/42497479/uncaught-referenceerror-exports-is-not-defined-in-filed-generated-by-typescript -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment