Skip to content

Commit

Permalink
feat(master): add fs external
Browse files Browse the repository at this point in the history
  • Loading branch information
陈家敬 committed Jul 13, 2020
1 parent ab04ad1 commit 354d89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const isDev = process.env.NODE_ENV !== "production";

export default {
input: "./src/index.ts",
external: ["express", "get-port", "glob"],
external: ["express", "get-port", "glob", "fs"],
plugins: [
resolve({
browser: true,
Expand Down

0 comments on commit 354d89d

Please sign in to comment.