Skip to content

Instantly share code, notes, and snippets.

@movii
Created December 8, 2018 05:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save movii/11022bc67ee13a21469ac793312c0058 to your computer and use it in GitHub Desktop.
Save movii/11022bc67ee13a21469ac793312c0058 to your computer and use it in GitHub Desktop.
笔记:配合 Vue.js 配置 Webpack(二)
# 重启 Webpack,不过这次需要输入的是部署生产环境的命令:
npm run production
# 或者
export NODE_ENV=production && npx webpack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment