Skip to content

Commit

Permalink
Update webpack.config.js (Vanessa219#1034)
Browse files Browse the repository at this point in the history
fix ts build error
  • Loading branch information
xbmlz authored and izgzhen committed Dec 11, 2021
1 parent eadb624 commit 8b480b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Expand Up @@ -147,6 +147,7 @@ module.exports = [
{from: 'src/css', to: 'css'},
{from: 'src/images', to: 'images'},
{from: 'src/js', to: 'js'},
{from: 'types', to: 'types'}
],
}),
],
Expand Down

0 comments on commit 8b480b3

Please sign in to comment.