1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-24 08:42:25 +02:00
video.js/.npmignore
Grzegorz Blaszczyk 4f8c4988d2 feat: add core ES module. (#6287)
Allows you to do `import videojs from 'video.js/core.es.js';` to go along with `require('video.js/core.js')`;
2019-11-15 13:44:11 -05:00

9 lines
136 B
Plaintext

# Exclude everything but the contents of the dist directory.
**/*
!dist/**
dist/video-js-*.zip
!es5/**
!src/css/**
!core.js
!core.es.js