Skip to content

Commit

Permalink
build: remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
akikanellis committed Jan 23, 2024
1 parent 9dcd032 commit c2e4afc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webpack.config.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const config: Configuration = {
test: /\.ts$/,
loader: "ts-loader",
options: {
// TODO This is needed due to `rootDir` not including all files
transpileOnly: true,
configFile: tsconfigFile,
},
Expand All @@ -39,7 +38,6 @@ const config: Configuration = {
minimize: true,
usedExports: true,
minimizer: [
// We use the LicensePlugin to bundle the licenses
new TerserPlugin({
terserOptions: { format: { comments: false } },
extractComments: false,
Expand Down

0 comments on commit c2e4afc

Please sign in to comment.