mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-24 09:10:33 +03:00
test: fix webpack config for ssr test
This commit is contained in:
+5
-3
@@ -155,9 +155,11 @@ export function createWebpackConfig (config = {}) {
|
|||||||
NODE_ENV: '"test"'
|
NODE_ENV: '"test"'
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
new CopyWebpackPlugin([
|
new CopyWebpackPlugin({
|
||||||
{ from: path.join(path.dirname(config.entry), 'static') }
|
patterns: [
|
||||||
])
|
{ from: path.join(path.dirname(config.entry), 'static') }
|
||||||
|
]
|
||||||
|
})
|
||||||
],
|
],
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
|
|||||||
Reference in New Issue
Block a user