Skip to content

Commit

Permalink
fix(rollup): add @nestjs/common to globals
Browse files Browse the repository at this point in the history
Signed-off-by: Will Soto <willsoto@users.noreply.github.com>
  • Loading branch information
willsoto committed Feb 4, 2019
1 parent d3777b7 commit 36a4003
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import { eslint } from "rollup-plugin-eslint";
import filesize from "rollup-plugin-filesize";
import typescript from "rollup-plugin-typescript";
import { eslint } from "rollup-plugin-eslint";
import pkg from "./package.json";

const formats = ["umd", "esm", "cjs"];
const globals = {
"@nestjs/common": "nestjsCommon",
knex: "Knex",
objection: "Objection"
};
Expand Down

0 comments on commit 36a4003

Please sign in to comment.