Skip to content

Commit

Permalink
fixup! [FEATURE ember-glimmer-set-component-template] Enable by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jul 31, 2019
1 parent 0251c6e commit 983fdac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions blueprints/component/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ const OCTANE = process.env.EMBER_VERSION === 'octane';
// TODO: this should be reading from the @ember/canary-features module
// need to refactor broccoli/features.js to be able to work more similarly
// to https://github.com/emberjs/data/pull/6231
const EMBER_GLIMMER_SET_COMPONENT_TEMPLATE = OCTANE;
const EMBER_GLIMMER_SET_COMPONENT_TEMPLATE = true;

// intentionally avoiding use-edition-detector
module.exports = {
EMBER_GLIMMER_SET_COMPONENT_TEMPLATE,

description: 'Generates a component.',

availableOptions: [
Expand Down

0 comments on commit 983fdac

Please sign in to comment.