Skip to content

Commit

Permalink
update babel-plugin-debug-macros to 0.2.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Jul 13, 2018
1 parent 8d8c591 commit 98e266d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
11 changes: 7 additions & 4 deletions index.js
Expand Up @@ -244,16 +244,19 @@ module.exports = {
const isProduction = process.env.EMBER_ENV === 'production';

let options = {
envFlags: {
source: '@glimmer/env',
flags: { DEBUG: !isProduction, CI: !!process.env.CI }
},
flags: [
{
source: '@glimmer/env',
flags: { DEBUG: !isProduction, CI: !!process.env.CI }
}
],

externalizeHelpers: {
global: 'Ember'
},

debugTools: {
isDebug: !isProduction,
source: '@ember/debug',
assertPredicateIndex: 1
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"amd-name-resolver": "1.2.0",
"babel-plugin-debug-macros": "^0.1.11",
"babel-plugin-debug-macros": "^0.2.0-beta.6",
"babel-plugin-ember-modules-api-polyfill": "^2.3.0",
"babel-plugin-transform-es2015-modules-amd": "^6.24.0",
"babel-polyfill": "^6.26.0",
Expand Down
6 changes: 6 additions & 0 deletions yarn.lock
Expand Up @@ -456,6 +456,12 @@ babel-plugin-debug-macros@^0.1.10, babel-plugin-debug-macros@^0.1.11:
dependencies:
semver "^5.3.0"

babel-plugin-debug-macros@^0.2.0-beta.6:
version "0.2.0-beta.6"
resolved "https://registry.yarnpkg.com/babel-plugin-debug-macros/-/babel-plugin-debug-macros-0.2.0-beta.6.tgz#ecdf6e408d5c863ab21740d7ad7f43f027d2f912"
dependencies:
semver "^5.3.0"

babel-plugin-ember-modules-api-polyfill@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/babel-plugin-ember-modules-api-polyfill/-/babel-plugin-ember-modules-api-polyfill-2.3.0.tgz#0c01f359658cfb9c797f705af6b09f6220205ae0"
Expand Down

0 comments on commit 98e266d

Please sign in to comment.