Skip to content

Commit a144db1

Browse files
authored
chore: remove material2 test option (#1385)
1 parent 89b4dd5 commit a144db1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

addon/ng2/commands/build.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ module.exports = Command.extend({
2525
{ name: 'output-path', type: 'Path', default: 'dist/', aliases: ['o'] },
2626
{ name: 'watch', type: Boolean, default: false, aliases: ['w'] },
2727
{ name: 'watcher', type: String },
28-
{ name: 'suppress-sizes', type: Boolean, default: false },
29-
30-
// Experimental webpack build for material team
31-
{ name: 'm2', type: Boolean, default: false}
28+
{ name: 'suppress-sizes', type: Boolean, default: false }
3229
],
3330

3431
run: function (commandOptions: BuildOptions) {

0 commit comments

Comments
 (0)