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

pull/18089/head^2
Torkel Ödegaard 6 years ago committed by GitHub
parent 3f3fb9bd5c
commit 4161a6c62a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      scripts/grunt/default_task.js

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

Loading…
Cancel
Save