Skip to content

Commit

Permalink
chore(internal): upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Dec 3, 2021
1 parent 34abf74 commit 748a4ba
Show file tree
Hide file tree
Showing 6 changed files with 10,317 additions and 27,102 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- ember-3.26
- ember-release
- ember-beta
# - ember-canary
- ember-canary
- embroider-safe
- embroider-optimized
steps:
Expand Down
11 changes: 10 additions & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ const EmberAddon = require('ember-cli/lib/broccoli/ember-addon');

module.exports = function (defaults) {
let app = new EmberAddon(defaults, {
// Add options here
// 'ember-cli-babel': {
// compileModules: false,
// },
babel: {
loose: true,
plugins: [
// ['@babel/plugin-proposal-private-property-in-object', { loose: true }],
['@babel/plugin-proposal-private-methods', { loose: true }],
],
},
});

/*
Expand Down
Loading

0 comments on commit 748a4ba

Please sign in to comment.