Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 0f13b0e

Browse files
committed
fix(Vue): entry module path
Fixes #742, fixes 762.
1 parent da88abf commit 0f13b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/webpack.vue.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ module.exports = env => {
150150
},
151151
module: {
152152
rules: [{
153-
test: new RegExp(entryPath),
153+
test: new RegExp(entryPath + ".(js|ts)"),
154154
use: [
155155
// Require all Android app components
156156
platform === "android" && {

0 commit comments

Comments
 (0)