From 5b7ab8e9d1f978a0a097413a411e86907bf3c478 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Tue, 19 Jul 2016 21:05:35 +0100 Subject: [PATCH] chore: remove material2 test option --- addon/ng2/commands/build.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/addon/ng2/commands/build.ts b/addon/ng2/commands/build.ts index 93ea327ed2c0..9b99d6587ff9 100644 --- a/addon/ng2/commands/build.ts +++ b/addon/ng2/commands/build.ts @@ -25,10 +25,7 @@ module.exports = Command.extend({ { name: 'output-path', type: 'Path', default: 'dist/', aliases: ['o'] }, { name: 'watch', type: Boolean, default: false, aliases: ['w'] }, { name: 'watcher', type: String }, - { name: 'suppress-sizes', type: Boolean, default: false }, - - // Experimental webpack build for material team - { name: 'm2', type: Boolean, default: false} + { name: 'suppress-sizes', type: Boolean, default: false } ], run: function (commandOptions: BuildOptions) {