Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
fix vue dependencies #217
Browse files Browse the repository at this point in the history
  • Loading branch information
jaggedsoft authored Sep 30, 2020
1 parent feade94 commit 5830e86
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
configureWebpack: {
node: {
fs: "empty",
dgram: "empty",
net: 'empty',
tls: 'empty',
dns: 'empty'
}
}
}

0 comments on commit 5830e86

Please sign in to comment.