Skip to content

Commit

Permalink
Initial test for making 3rd-party lib bundle. Needed for chokdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Solberg committed Sep 18, 2020
1 parent 1083f21 commit fc4bca7
Show file tree
Hide file tree
Showing 5 changed files with 780 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/linonetwo/watch-fs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
3rds.js
4 changes: 4 additions & 0 deletions plugins/linonetwo/watch-fs/dependencies.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// import 'chokidar'


exports.chokidar = require('chokidar');
Loading

0 comments on commit fc4bca7

Please sign in to comment.