Skip to content

Commit

Permalink
add packageRules for.... weird situations, I guess?
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Apr 29, 2020
1 parent fe82e57 commit 009f1be
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions packages/frontend/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,26 @@ module.exports = function (defaults) {
staticComponents: true,
// splitAtRoutes: true,
// skipBabel: [],
packageRules: [
{
package: 'ember-intl',
semverRange: '^4.3.2',
addonModules: {
'services/intl.js': {
dependsOnModules: ['../adapters/default.js']
}
}
},
// {
// package: 'ember-destroyable-polyfill',
// semverRange: '^0.4.0',
// addonModules: {
// '-internal/patch-meta':{
// dependsO
// }
// }
// }
]
});
}

Expand Down

0 comments on commit 009f1be

Please sign in to comment.