Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions 2016-09/september-28.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
## September 28 ([discuss](https://github.com/webpack/meeting-notes/pull/15))

### Attendees

* [Sean Larkin](http://github.com/thelarkinn)
* [Juho Vepsäläinen](http://github.com/bebraw)

#### Attendee Notes

* Both Johannes and Tobias are on vacation. Tobias will be joining us again next month.

### Agenda

#### Documentation Updates

* Interestingly few people spoke out to switching from [antwar](https://github.com/antwarjs/antwar) to something else (found in [last weeks](https://github.com/webpack/meeting-notes/pull/14) meeting notes).

* Sean: Personally disagree with the timing, if someone does it, it needs to be a fully vetted PR that we would be pretty rigid with. Thinks that we need as many people focusing on the content instead.

* Juho: Open to PR’s but would also come the responsibility of daily, continuous maintenance of the [webpack/webpack.js.org](github.com/webpack/webpack.js.org) project.

* Sean: Will also start working on concepts/plugins section for documentation

* Sean: We should tackle Plugins in 3 ways:

* Concepts: high level, anatomy, usage

* How-to: plugins use for specific cases

* API: anatomy of tapable, tapable instances, event hooks, compiler lifecycle, supporting packages

* Documentation at 50% for milestone

### Takeaways
* Documentation

-----------
Please feel free to discuss these notes in the [corresponding pull request](https://github.com/webpack/meeting-notes/pull/15).
55 changes: 55 additions & 0 deletions 2016-10/october-05.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
## October 05 ([discuss](https://github.com/webpack/meeting-notes/pull/15))

### Attendees

* [Sean Larkin](http://github.com/thelarkinn)
* [Juho Vepsäläinen](http://github.com/bebraw)
* [Johannes Ewald](http://github.com/jhnns)
* [Kees Kluskens](https://github.com/SpaceK33z)

### Agenda

#### Consideration of New Core Team Member

* Sean: Kees's work on [webpack-dev-server](http://github.com/webpack/webpack-dev-server) and [webpack-dev-middleware](http://github.com/webpack/webpack-dev-middleware) has been impressive and he has continued to offer to help even as these two large repo's themself have been well maintained. This alone is justifyable.

* Everyone was in agreeance that Kees is suited. Officially adding him as a member to the webpack core team.

* In addition, will give him opportunity to maintain other repo's in the organization if willing. Wanting his focus to still be on webpack-dev-server and webpack-dev-middleware, and only taking on what he can handle, as we have been more than happy with the work he has done.
Copy link
Member

Choose a reason for hiding this comment

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

Some time before this meeting we discussed file-loader and url-loader as good candidates that need some attention.


* When Tobias gets back from vacation we will add official privileges on the org and repo.
Copy link
Member

Choose a reason for hiding this comment

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

Note that I have the official privileges (since this Sunday).


#### Documentation Updates

* What to do with [Gatsby PR](https://github.com/webpack/webpack.js.org/pull/202)?

* Concerns?

* Sean: Antwar is custom tailored/made for docs page. Switching to something else and relying on specific changes for our docs page: Could they be timely and not affect other tools relying on Gatsby? Things to discuss when we finish milestone.

* Johannes: Timing is bad to accept for now (we do not want to stop current momentum we have on content creation).

* We want to encourage this contribution still. Will discuss having the PR broken into multiple PR's (1 for styling, another for the underlying framework change). This way we can potentially accept a styling PR without too much distraction.

* The entire team agreed to communicate this PR split as well as freezing the underlying framework until we reach our documentation milestone.

* Documentation milestone now [57%!!!!](https://github.com/webpack/webpack.js.org/milestone/1)

* Add more love to the Migration from 1 to 2 doc. Should include as much as possible from the original ["Whats new in webpack 2"](https://gist.github.com/sokra/27b24881210b56bbaff7) doc that Tobias authored as there is good content there.

* Will also publish article that has a call to action on the final push of docs work. (Juho)

#### Logo license

* Juho: We will use the [Blender License as a blueprint](https://www.blender.org/about/license/).

* Johannes: Should include that the font for our [new logo](http://github.com/webpack/media) is not available under the license.

* Should also decide legally how to handle the font in the license.


### Takeaways
* Documentation

-----------
Please feel free to discuss these notes in the [corresponding pull request](https://github.com/webpack/meeting-notes/pull/15).
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ The repo format is inspired by [React Core Notes](https://github.com/reactjs/cor
#### September

* [September 7th](2016-09/september-07.md)
* [September 21st](2016-09/september-21.md)
* [September 21st](2016-09/september-21.md)
* [September 28st](2016-09/september-28.md)

#### October

* [October 5th](2016-10/october-05.md)