diff --git a/packages/aws-amplify/index.js b/packages/aws-amplify/index.js index 16725259a85..38062ee37dd 100644 --- a/packages/aws-amplify/index.js +++ b/packages/aws-amplify/index.js @@ -1,7 +1,6 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 'use strict'; -// nice if (process.env.NODE_ENV === 'production') { module.exports = require('./dist/aws-amplify.min.js'); } else { diff --git a/packages/pubsub/package.json b/packages/pubsub/package.json index ab3d132c3dc..375c1db407c 100644 --- a/packages/pubsub/package.json +++ b/packages/pubsub/package.json @@ -101,8 +101,8 @@ "__tests__/helpers.ts" ], "moduleNameMapper": { - "universal-cookie": "/../../node_modules/universal-cookie/cjs/index.js" - }, + "universal-cookie": "/../../node_modules/universal-cookie/cjs/index.js" + }, "moduleFileExtensions": [ "ts", "tsx",