Skip to content

Commit

Permalink
Missed spread
Browse files Browse the repository at this point in the history
  • Loading branch information
luxaritas committed Jul 22, 2024
1 parent 46cde58 commit 3d2a674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module.exports = function(mode, eternajs_copy) {
}),
new VueLoaderPlugin(),
new CopyPlugin({patterns: [
process.env.PARALLEL_BUILD ? {} : { context: eternajs_copy, from: '**/*', to: 'eternajs/'},
...(process.env.PARALLEL_BUILD ? [] : [{ context: eternajs_copy, from: '**/*', to: 'eternajs/'}]),
{ from: 'src/assets/favicon.ico', to: 'favicon.ico'},
]}),
],
Expand Down

0 comments on commit 3d2a674

Please sign in to comment.