diff --git a/src/bundling/embed-node.ts b/src/bundling/embed-node.ts index 3a03b98..2bc28e0 100644 --- a/src/bundling/embed-node.ts +++ b/src/bundling/embed-node.ts @@ -1,5 +1,6 @@ import { createHash } from 'crypto' import * as path from 'path' +import * as fs from 'fs' export interface EmbedNodeModuleOptions { [key: string]: { additionalFiles: string[] } | true