MitsuhaKitsune / vuex-webextensions

A Vuex plugin to share store through webextensions components
MIT License
83 stars 30 forks source link

Version 1.3.1 does not have a default export #54

Closed TCashion closed 3 years ago

TCashion commented 3 years ago

Running an extension with version 1.3.1 produces the error Uncaught TypeError: vuex_webextensions__WEBPACK_IMPORTED_MODULE_8___default(...) is not a function.

If you go to https://npm.runkit.com/vuex-webextensions, the output for the latest version is an empty object. If you change back to version 1.3.0 by changing line 4 to var vuexWebextensions = require("vuex-webextensions@1.3.0"), it outputs a default function.

[EDIT:] PR open here: https://github.com/MitsuhaKitsune/vuex-webextensions/pull/55

MitsuhaKitsune commented 3 years ago

Merged and uploaded new version to npm v1.3.2, a lot of thanks again @TCashion ^^