Skip to content

Commit bf257b5

Browse files
committed
fix example serve setup
1 parent 3bb4527 commit bf257b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/advanced/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
},
1515
{
1616
test: /\.js$/,
17-
exclude: /node_modules|vue\/src/,
17+
exclude: /node_modules|vue\/dist/,
1818
loader: 'babel?optional[]=runtime&loose=true'
1919
}
2020
]

0 commit comments

Comments
 (0)