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:
+5
-3
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user