Skip to content

Commit

Permalink
Fix resolve .ts files linkeddata#355
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Oct 7, 2019
1 parent 8ece67b commit ecf5ad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = (env, args) => {
}
]
},
resolve: { extensions: ['.js', '.ts'] },
plugins: [
new WrapperPlugin({
// Fall back to window.fetch when solid-auth-client is not present,
Expand Down

0 comments on commit ecf5ad2

Please sign in to comment.