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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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