Skip to content

Instantly share code, notes, and snippets.

@nordinrahman
Last active July 3, 2017 01:50
Show Gist options
  • Save nordinrahman/9ef23ae387f70aa4fb13f5420166d4ab to your computer and use it in GitHub Desktop.
Save nordinrahman/9ef23ae387f70aa4fb13f5420166d4ab to your computer and use it in GitHub Desktop.
Reinit webpack
del /f /s /q node_modules > nul && rmdir /s /q node_modules && npm install && webpack --config webpack.config.vendor.js && webpack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment