-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allows you to do `import videojs from 'video.js/core.es.js';` to go along with `require('video.js/core.js')`;
- Loading branch information
1 parent
f7b3772
commit 4f8c498
Showing
4 changed files
with
20 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,7 @@ es5/* | |
.idea/ | ||
|
||
core.js | ||
core.es.js | ||
|
||
# Ignore Chinese clones for now. | ||
lang/zh-Han*.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ dist/video-js-*.zip | |
!es5/** | ||
!src/css/** | ||
!core.js | ||
!core.es.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -158,7 +158,8 @@ | |
"sandbox", | ||
"test/dist", | ||
"test/api", | ||
"core.js" | ||
"core.js", | ||
"core.es.js" | ||
] | ||
}, | ||
"greenkeeper": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters