Skip to content

Commit

Permalink
Fix.DS_Store copy egoist#57
Browse files Browse the repository at this point in the history
  • Loading branch information
throrin19 authored Jan 3, 2019
1 parent 191cf6d commit b446d4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/poi/lib/webpack/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@ module.exports = (config, api) => {
dot: true
},
context: api.resolveCwd(api.config.publicFolder),
to: '.'
to: '.',
ignore: ['.DS_Store']
}
]
])
Expand Down

0 comments on commit b446d4a

Please sign in to comment.