We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bccc76d commit 89024e6Copy full SHA for 89024e6
src/Html5FileSelector.js
@@ -1,4 +1,4 @@
1
-const micromatch = require('micromatch');
+import micromatch from 'micromatch';
2
3
const DEFAULT_FILES_TO_IGNORE = [
4
'.DS_Store', // OSX indexing file
0 commit comments