Skip to content

Commit

Permalink
fix: attempt to fix unable to call function issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Dec 21, 2022
1 parent 6e4e119 commit 74d0821
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crawlab-vue3-dropzone",
"version": "3.0.2",
"version": "3.0.3",
"description": "",
"main": "dist/crawlab-vue3-dropzone.mjs",
"exports": {
Expand Down
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export default defineConfig({
resolve: {
alias: [
{find: '@', replacement: resolve(__dirname, 'src')},
{find: 'vue', replacement: resolve('./node_modules/vue/dist/vue.esm-bundler.js')},
],
extensions: [
'.js',
Expand Down

0 comments on commit 74d0821

Please sign in to comment.