Skip to content

Commit

Permalink
fix: ssr issue #277
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Mar 15, 2023
1 parent e4fd067 commit 4e2abc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module.exports = {
},
clean: true,
pathinfo: false,
globalObject: 'this',
},
module: {
rules: [
Expand Down

0 comments on commit 4e2abc4

Please sign in to comment.