diff --git a/ui-v2/ember-cli-build.js b/ui-v2/ember-cli-build.js index c51bd62665..a0254114c6 100644 --- a/ui-v2/ember-cli-build.js +++ b/ui-v2/ember-cli-build.js @@ -1,7 +1,6 @@ 'use strict'; const EmberApp = require('ember-cli/lib/broccoli/ember-app'); -const stew = require('broccoli-stew'); module.exports = function(defaults) { let app = new EmberApp(defaults, { 'ember-cli-babel': { @@ -44,8 +43,5 @@ module.exports = function(defaults) { // please specify an object with the list of modules as keys // along with the exports of each module as its value. let tree = app.toTree(); - if (app.env === 'production') { - tree = stew.rm(tree, 'consul-api-double'); - } return tree; }; diff --git a/ui-v2/package.json b/ui-v2/package.json index 041a3f5e68..68caedaa43 100644 --- a/ui-v2/package.json +++ b/ui-v2/package.json @@ -35,7 +35,6 @@ "babel-plugin-transform-object-rest-spread": "^6.26.0", "base64-js": "^1.3.0", "broccoli-asset-rev": "^2.4.5", - "broccoli-stew": "^1.5.0", "ember-ajax": "^3.0.0", "ember-block-slots": "^1.1.11", "ember-browserify": "^1.2.2",