Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move bare and node options into API. #1804

Merged
merged 1 commit into from Feb 9, 2018
Merged

Move bare and node options into API. #1804

merged 1 commit into from Feb 9, 2018

Conversation

goto-bus-stop
Copy link
Member

Allows doing

browserify({ node: true })
browserify({ bare: true })

in the same way that you can do

browserify --node
browserify --bare

Fixes #1472
Fixes #1540
Fixes #1557

@goto-bus-stop goto-bus-stop merged commit 7260e36 into master Feb 9, 2018
@goto-bus-stop goto-bus-stop deleted the cli-args branch February 9, 2018 10:59
nolde added a commit to digitalmaas/serverless-plugin-browserifier that referenced this pull request Oct 8, 2018
- Properly support `browserify` versions 16.1.0 and up by using the new
  `node` option
    * More info: browserify/browserify#1804
- Display `browserify` version in use by the plugin
- Make more dependencies version flexible
- Major README update
- Properly set up linting
- Some code clean up
nolde added a commit to digitalmaas/serverless-plugin-browserifier that referenced this pull request Oct 8, 2018
- Properly support `browserify` versions 16.1.0 and up by using the new
  `node` option
    * More info: browserify/browserify#1804
- Display `browserify` version in use by the plugin
- Make more dependencies version flexible
- Major README update
- Properly set up linting
- Some code clean up
nolde added a commit to digitalmaas/serverless-plugin-browserifier that referenced this pull request Oct 8, 2018
- Properly support `browserify` versions 16.1.0 and up by using the new
  `node` option
    * More info: browserify/browserify#1804
- Display `browserify` version in use by the plugin
- Add _external_ browserify config
- Make more dependencies version flexible
- Major README update
- Properly set up linting
- Some code clean up
nolde added a commit to digitalmaas/serverless-plugin-browserifier that referenced this pull request Oct 8, 2018
- Properly support `browserify` versions 16.1.0 and up by using the new
  `node` option
    * More info: browserify/browserify#1804
- Display `browserify` version in use by the plugin
- Add _external_ browserify config
- Make more dependencies version flexible
- Major README update
- Properly set up linting
- Some code clean up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants