From 31c1c62cbd94a565db634b1d9d4a948a529f7c35 Mon Sep 17 00:00:00 2001 From: delambo Date: Wed, 22 Feb 2017 21:44:53 -0500 Subject: [PATCH] removes transform runtime plugin from jest config --- packages/kyt-core/config/jest.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/kyt-core/config/jest.js b/packages/kyt-core/config/jest.js index 4decccedb..5b4566e78 100644 --- a/packages/kyt-core/config/jest.js +++ b/packages/kyt-core/config/jest.js @@ -11,9 +11,6 @@ module.exports = (rootDir, aliases = {}) => ({ resolveFromUtils('file.stub'), '^[./a-zA-Z0-9!&$_-]+\\.(css|scss)$': 'identity-obj-proxy', - // when this is removed from the base webpack config, we can likely - // remove the runtime and include the polyfill in the test environment - 'babel-runtime': require.resolve('babel-plugin-transform-runtime'), }, aliases ),