vuejs-templates / browserify

A full-featured Browserify + vueify setup with hot-reload, linting & unit testing.
273 stars 85 forks source link

DeprecationWarning when fresh new run 'npm run build' #30

Closed ghost closed 7 years ago

ghost commented 7 years ago
> cross-env NODE_ENV=production browserify -g envify -p [ vueify/plugins/extract-css -o dist/build.css ] -e src/main.js | uglifyjs -c warnings=false -m > dist/build.js

(node:15685) DeprecationWarning: Calling an asynchronous function without callback is deprecated.