Skip to content

Commit

Permalink
Merge pull request #421 from nextcloud/feat/ts
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Dec 27, 2022
2 parents 56b1105 + f176847 commit 1a3e36e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
loader: 'babel-loader',
exclude: /node_modules/,
},
RULE_TS: {
test: /\.tsx?$/,
loader: 'babel-loader',
exclude: /node_modules/,
},
RULE_ASSETS: {
test: /\.(png|jpe?g|gif|svg|woff2?|eot|ttf)$/,
type: 'asset/inline',
Expand Down

0 comments on commit 1a3e36e

Please sign in to comment.