Skip to content

Commit

Permalink
Merge pull request #424 from nextcloud/fix/ts
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Dec 28, 2022
2 parents a270a5a + 3e503ad commit 53df7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Expand Up @@ -116,7 +116,7 @@ module.exports = {
],

resolve: {
extensions: ['*', '.js', '.vue'],
extensions: ['*', '.ts', '.js', '.vue'],
symlinks: false,
},
}

0 comments on commit 53df7bb

Please sign in to comment.