Skip to content
Closed
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
2 changes: 1 addition & 1 deletion grunt/data/header-template-extended.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* <%= package %> v<%= version %>
*
* @license
Copy link
Collaborator

Choose a reason for hiding this comment

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

Let’s remove changes to this one file. Since we already have a header in the React module entry point, this causes license header to be outputted twice in the UMD build.

Copy link
Member

Choose a reason for hiding this comment

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

I actually think I want to keep this so it ends up consistently at the top of all dist files.

But then we would want to add it to the files in packages/react* so that npm-bundled files also have it.

Copy link
Collaborator

Choose a reason for hiding this comment

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

It wouldn’t be super nice if every react addon added one, would it?

Copy link
Member

Choose a reason for hiding this comment

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

Meh, it'll future proof for when those aren't a part of the react package.

* Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
Expand Down
1 change: 1 addition & 0 deletions src/isomorphic/React.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**
* @license
* Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
Expand Down