Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
fix(deps): fix external Vue dep resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsasharegan committed Oct 2, 2017
1 parent d80fd22 commit ae90cbe
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion dist/vue-transmit.browser.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vue-transmit.browser.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-transmit.browser.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-transmit.browser.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-transmit.common.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vue-transmit.common.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-transmit.common.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-transmit.common.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-transmit.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vue-transmit.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-transmit.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-transmit.esm.min.js.map

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ function config(ctx) {
})
// new DashboardPlugin()
],
externals: {
vue: "Vue"
},
externals: "vue",
performance: {
hints: false
},
Expand Down

0 comments on commit ae90cbe

Please sign in to comment.