Skip to content

Commit 14b856b

Browse files
committed
Add note about runtime vue in demo.
Removed alias in build config, to avoid confusion with runtime build. Package rev and buildAll.
1 parent 911f791 commit 14b856b

File tree

8 files changed

+283
-176
lines changed

8 files changed

+283
-176
lines changed

build/webpack.dev.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ module.exports = {
1010
library: ['vueToastr'],
1111
libraryTarget: 'umd'
1212
},
13-
resolve: {
14-
alias: {
15-
vue$: 'vue/dist/vue.esm.js'
16-
}
17-
},
1813
module: {
1914
loaders: [{
2015
test: /\.less$/,

dist/vue-toastr.combine.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)