Skip to content

Commit

Permalink
fix: remove redundant options
Browse files Browse the repository at this point in the history
  • Loading branch information
Oprysk committed Jul 19, 2023
1 parent 5cc0cea commit b1bdcc4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export default (env: { standalone?: boolean; browser?: boolean } = {}) => ({
test: /\.(tsx?|[cm]?js)$/,
loader: 'esbuild-loader',
options: {
loader: 'tsx',
target: 'es2015',
tsconfigRaw: require('./tsconfig.json'),
},
Expand All @@ -97,7 +96,6 @@ export default (env: { standalone?: boolean; browser?: boolean } = {}) => ({
{
loader: 'esbuild-loader',
options: {
loader: 'css',
minify: true,
},
},
Expand Down

0 comments on commit b1bdcc4

Please sign in to comment.