Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. {
  2. ...
  3. "scripts": {
  4. "build": "fpack --dev src/index.js --mock fs --mock util --preprocess='^src.+.js$'",
  5. "watch": "fpack watch --dev src/index.js --mock fs --mock util --preprocess='^src.+.js$'",
  6. },
  7. ...
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement