2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-13 00:12:25 +03:00

test: fix webpack config for ssr test

This commit is contained in:
pimlie
2020-05-16 18:51:19 +02:00
parent a6dd607af3
commit 2792f0f952
+5 -3
View File
@@ -155,9 +155,11 @@ export function createWebpackConfig (config = {}) {
NODE_ENV: '"test"'
}
}),
new CopyWebpackPlugin([
{ from: path.join(path.dirname(config.entry), 'static') }
])
new CopyWebpackPlugin({
patterns: [
{ from: path.join(path.dirname(config.entry), 'static') }
]
})
],
resolve: {
alias: {