From f782bf4cded805bbaf74c15de625f96be61f1b3d Mon Sep 17 00:00:00 2001 From: Stefan Penner Date: Wed, 19 Jun 2019 14:57:32 -0600 Subject: [PATCH] [fixes #235] turns out we likely do need to keep debugTooling enable for now --- packages/compat/src/v1-app.ts | 2 +- yarn.lock | 22 ++++------------------ 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/packages/compat/src/v1-app.ts b/packages/compat/src/v1-app.ts index 126140351..bc6555cb3 100644 --- a/packages/compat/src/v1-app.ts +++ b/packages/compat/src/v1-app.ts @@ -188,7 +188,7 @@ export default class V1App implements V1Package { 'ember-cli-babel': { includeExternalHelpers: true, compileModules: false, - disableDebugTooling: true, + disableDebugTooling: false, disablePresetEnv: false, disableEmberModulesAPIPolyfill: false, disableDecoratorTransforms: false, diff --git a/yarn.lock b/yarn.lock index 01066d50d..0392811f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2594,24 +2594,10 @@ babel-plugin-check-es2015-constants@^6.22.0: dependencies: babel-runtime "^6.22.0" -babel-plugin-debug-macros@^0.1.10: - version "0.1.11" - resolved "https://registry.yarnpkg.com/babel-plugin-debug-macros/-/babel-plugin-debug-macros-0.1.11.tgz#6c562bf561fccd406ce14ab04f42c218cf956605" - integrity sha512-hZw5qNNGAR02Y+yBUrtsnJHh8OXavkayPRqKGAXnIm4t5rWVpj3ArwsC7TWdpZsBguQvHAeyTxZ7s23yY60HHg== - dependencies: - semver "^5.3.0" - -babel-plugin-debug-macros@^0.2.0, babel-plugin-debug-macros@^0.2.0-beta.6: - version "0.2.0" - resolved "https://registry.yarnpkg.com/babel-plugin-debug-macros/-/babel-plugin-debug-macros-0.2.0.tgz#0120ac20ce06ccc57bf493b667cf24b85c28da7a" - integrity sha512-Wpmw4TbhR3Eq2t3W51eBAQSdKlr+uAyF0GI4GtPfMCD12Y4cIdpKC9l0RjNTH/P9isFypSqqewMPm7//fnZlNA== - dependencies: - semver "^5.3.0" - -babel-plugin-debug-macros@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/babel-plugin-debug-macros/-/babel-plugin-debug-macros-0.3.0.tgz#7a025944faef0777804ef3518c54e8b040197397" - integrity sha512-D6qYBI/3+FvcKVnRnH6FBUwXPp/5o/jnJNVFKqVaZpYAWx88+R8jNNyaEX7iQFs7UfCib6rcY/9+ICR4jhjFCQ== +babel-plugin-debug-macros@^0.1.10, babel-plugin-debug-macros@^0.2.0, babel-plugin-debug-macros@^0.2.0-beta.6, babel-plugin-debug-macros@^0.3.0, babel-plugin-debug-macros@v0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/babel-plugin-debug-macros/-/babel-plugin-debug-macros-0.3.2.tgz#b536a29386fac76f525bf1b73c4f74cd5281c5fa" + integrity sha512-CslqMZ3RGUvlEERuKr+wrXcHqQGvQ9ALLrbcOt8aSEp4ySfNCHAQbuGQYKZYw3P30/VGkPaR0Begch+dbqgEpg== dependencies: semver "^5.3.0"