Build: Removed webpack from default grunt task, fixes #18232 (#18242)

This commit is contained in:
Torkel Ödegaard
2019-07-24 10:40:36 +02:00
committed by GitHub
parent 3f3fb9bd5c
commit 4161a6c62a

View File

@ -6,7 +6,6 @@ module.exports = function(grunt) {
grunt.registerTask('default', [
'clean:build',
'phantomjs',
'webpack:dev'
]);
// prettier-ignore