Skip to content

Commit

Permalink
build(webpack): do not error on missing copy files (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
domtra authored Oct 19, 2020
1 parent 6969490 commit abb1f3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ function getCopyConfig (source) {
return {
from: source,
to: './',
noErrorOnMissing: true,
globOptions: {
ignore: [
'**/*.js',
Expand Down

0 comments on commit abb1f3e

Please sign in to comment.