Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

feat: Adds webpack support for azure plugin #164

Merged
merged 9 commits into from
Jun 13, 2019
Merged

Conversation

wbreza
Copy link
Contributor

@wbreza wbreza commented Jun 11, 2019

When azure serverless project is deploy with webpack we need to ensure that the required files for azure functions are part of the deployment package.

  • Copies host.json & function.json files for each serverless function.

Copy link
Contributor

@mydiemho mydiemho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looking good, so much cleaner moving the logic from azurePackage.js to packageService.js

src/plugins/login/loginPlugin.test.ts Outdated Show resolved Hide resolved
src/plugins/login/loginPlugin.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@tbarlow12 tbarlow12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

src/plugins/package/azurePackage.ts Show resolved Hide resolved
@wbreza wbreza force-pushed the wabrez/package-updates branch from 25212f7 to b8ef4bd Compare June 12, 2019 21:18
@wbreza wbreza force-pushed the wabrez/webpack-updates branch from fff341a to 917a507 Compare June 12, 2019 21:36
@wbreza wbreza force-pushed the wabrez/webpack-updates branch from 221ec2f to cc37833 Compare June 13, 2019 01:04
@wbreza wbreza changed the base branch from wabrez/package-updates to dev June 13, 2019 01:04
@wbreza wbreza changed the base branch from dev to wabrez/package-updates June 13, 2019 01:24
@wbreza wbreza changed the base branch from wabrez/package-updates to dev June 13, 2019 01:24
@wbreza wbreza merged commit 0b5b5ad into dev Jun 13, 2019
@wbreza wbreza deleted the wabrez/webpack-updates branch June 20, 2019 01:03
tbarlow12 pushed a commit that referenced this pull request Sep 13, 2019
When azure serverless project is deploy with webpack we need to ensure that the required files for azure functions are part of the deployment package.

- Copies host.json & function.json files for each serverless function.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants