We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb4527 commit bf257b5Copy full SHA for bf257b5
example/advanced/webpack.config.js
@@ -14,7 +14,7 @@ module.exports = {
14
},
15
{
16
test: /\.js$/,
17
- exclude: /node_modules|vue\/src/,
+ exclude: /node_modules|vue\/dist/,
18
loader: 'babel?optional[]=runtime&loose=true'
19
}
20
]
0 commit comments