UNPKG

babel-preset-test-bundled-dependencies

Version:

Allow custom config for create-react-app without ejecting

16 lines (12 loc) 246 B
# Uniqid Browserify Example Tested with Browserify 13.0.1. ![Uniqid Browserify Example](http://i.imgur.com/ubwYKEt.png) ### Install Browserify ``` npm install browserify -g ``` ### Usage ``` browserify main.js -o bundle.js open index.html ```