Skip to content

Commit 501e305

Browse files
committed
Release v0.5.10
1 parent 7892472 commit 501e305

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/normalize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exports.lib = function (file) {
1414
if (fs.existsSync(path.resolve('.', 'node_modules', 'weex-loader', 'node_modules', 'weex-vue-loader'))) {
1515
return 'weex-loader/node_modules/weex-vue-loader/lib/' + file
1616
}
17-
return 'weex-vue-loader/lib/' + file
17+
return path.resolve(__dirname, file)
1818
}
1919

2020
exports.dep = function (dep) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "weex-vue-loader",
3-
"version": "0.5.9",
3+
"version": "0.5.10",
44
"description": "Vue.js component loader for Webpack",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)