Skip to content

Commit

Permalink
Update webpack.config.js (#1034)
Browse files Browse the repository at this point in the history
fix ts build error
  • Loading branch information
xbmlz committed Jun 25, 2021
1 parent f812a9b commit 9f0b9a3
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 9f0b9a3

Please sign in to comment.