Add vue-loader to vue production webpack (fixes build-storybook)

This commit is contained in:
Michael Shilman 2017-07-31 19:33:35 -07:00
parent 47e1396596
commit 3965a3ca94

View File

@ -45,6 +45,11 @@ export default function() {
include: includePaths,
exclude: excludePaths,
},
{
test: /\.vue$/,
loader: require.resolve('vue-loader'),
options: {},
},
],
},
resolve: {