Skip to content

Commit

Permalink
add external packages for rollup config of core package
Browse files Browse the repository at this point in the history
  • Loading branch information
zgid123 committed Apr 6, 2023
1 parent 2910582 commit d5fb6c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rabbitmq-ts/core",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"directories": {
"lib": "lib"
Expand Down
1 change: 1 addition & 0 deletions packages/core/rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import typescript from '@rollup/plugin-typescript';
export default defineConfig({
input: 'src/index.ts',
plugins: [json(), resolve(), commonjs(), typescript()],
external: ['@types/amqplib', 'amqp-connection-manager', 'amqplib'],
output: [
{
file: './lib/index.cjs',
Expand Down

0 comments on commit d5fb6c7

Please sign in to comment.