Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 24117d0

Browse files
fix: Fix lib files not being published (#40)
* include lib files in published files * upgrade eslint deps and auto-fix
1 parent 344a057 commit 24117d0

File tree

4 files changed

+690
-318
lines changed

4 files changed

+690
-318
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ const preprocessor = (options = {}) => {
198198
debug('finished bundling:', outputPath)
199199
resolve(outputPath)
200200
})
201+
201202
ws.on('error', onError)
202203

203204
bundler

0 commit comments

Comments
 (0)