Skip to content

Commit

Permalink
More typescripting
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Oct 5, 2023
1 parent 9effb17 commit bb76247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/htmlwidgets/JBrowseR.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const webpack = require('webpack')

module.exports = {
mode: 'production',
entry: [path.join(__dirname, 'srcjs', 'JBrowseR.jsx')],
entry: [path.join(__dirname, 'srcjs', 'JBrowseR.tsx')],
output: {
path: path.join(__dirname, 'inst/htmlwidgets'),
filename: 'JBrowseR.js',
Expand Down

0 comments on commit bb76247

Please sign in to comment.