diff --git a/package.json b/package.json index fc7c803..e6aa607 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-flatpickr-component", - "version": "11.0.2", + "version": "11.0.3", "description": "Vue.js component for Flatpickr date-time picker", "main": "dist/index.umd.js", "module": "dist/esm/index.js", diff --git a/webpack.config.js b/webpack.config.js index 60e0122..efb0199 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -39,6 +39,7 @@ module.exports = { }, clean: true, pathinfo: false, + globalObject: 'this', }, module: { rules: [