Advertisement
adambjohnson1

polyfill-service-url-builder unknown argument: browser

Nov 25th, 2020
798
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.57 KB | None | 0 0
  1. ➜ npx create-polyfill-service-url analyse --file baguetteBox.min.js --browser "IE 11"
  2. npx: installed 611 in 24.129s
  3. create-polyfill-service-url analyse
  4.  
  5. Analyse a JavaScript file and generate a polyfill.io URL based on all the
  6. features that are being used from within the JavaScript file.
  7.  
  8. Options:
  9.   --version  Show version number                                       [boolean]
  10.   --help     Show help                                                 [boolean]
  11.   --file     The file that should be analysed                 [array] [required]
  12.  
  13. Unknown argument: browser
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement