Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nemchik committed Jan 4, 2021
1 parent 6bf7421 commit 332997a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ exports = module.exports = (options) => ({
module: {
rules: [
{
// .ts, .tsx, .d.ts
test: /\.(tsx?|d.ts)$/,
// .ts, .tsx
test: /\.(tsx?)$/,
use: [
{
// enable file based cache
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-config-webpack-plugin/config/production.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ exports = module.exports = (options) => ({
module: {
rules: [
{
// .ts, .tsx, .d.ts
test: /\.(tsx?|d.ts)$/,
// .ts, .tsx
test: /\.(tsx?)$/,
use: [
{
// enable file based cache
Expand Down

0 comments on commit 332997a

Please sign in to comment.