Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit d69e441

Browse files
gaearonwmonk
authored andcommitted
Use Babel compact mode in production (#2389)
1 parent 4a6c5b4 commit d69e441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/config/webpack.config.prod.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ module.exports = {
175175
{
176176
test: /\.(ts|tsx)$/,
177177
include: paths.appSrc,
178-
loader: require.resolve('ts-loader'),
178+
loader: require.resolve('ts-loader')
179179
},
180180
// The notation here is somewhat confusing.
181181
// "postcss" loader applies autoprefixer to our CSS.

0 commit comments

Comments
 (0)