Skip to content

Commit

Permalink
chore: migrate index file to typescript (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
akmal-deriv committed Jan 11, 2023
1 parent 9250def commit c334c70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reports/build/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = function (env) {
context: path.resolve(__dirname, '../'),
devtool: IS_RELEASE ? undefined : 'eval-cheap-module-source-map',
entry: {
reports: path.resolve(__dirname, '../src', 'index.jsx'),
reports: path.resolve(__dirname, '../src', 'index.tsx'),
},
mode: IS_RELEASE ? 'production' : 'development',
module: {
Expand Down
File renamed without changes.

0 comments on commit c334c70

Please sign in to comment.