Guest User

Wordpress webpack package.json

a guest
Dec 1st, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.15 KB | None | 0 0
  1. {
  2.     "scripts": {
  3.         "test": "echo \"Error: no test specified\" && exit 1",
  4.         "build": "webpack-dev-server",
  5.         "build:prod": "webpack -p"
  6.     },
  7. }
Advertisement
Add Comment
Please, Sign In to add comment