Skip to content

Commit

Permalink
Report that add-on is not moduleUnification
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet authored Mar 20, 2018
1 parent ef9cf7d commit 27c6c3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ function buildOptions(customOpts = {}, viewerDefault, defaultSourceDir) {
module.exports = {
name: 'ember-svg-jar',

isModuleUnification() {
return false;
},

isDevelopingAddon() {
return false;
},
Expand Down

0 comments on commit 27c6c3f

Please sign in to comment.