Skip to content

Commit

Permalink
chore: do not remove type declaration files
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs committed Jul 16, 2024
1 parent 4be7f6f commit 9d72b42
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/analytics-js-integrations/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import typescript from 'rollup-plugin-typescript2';
import nodePolyfills from 'rollup-plugin-polyfill-node';
import { DEFAULT_EXTENSIONS } from '@babel/core';
import alias from '@rollup/plugin-alias';
import del from 'rollup-plugin-delete';
import * as dotenv from 'dotenv';
import pkg from './package.json' assert { type: 'json' };

Expand Down Expand Up @@ -73,7 +72,6 @@ export function getDefaultConfig(distName, moduleType = 'cdn') {
}
]
}),
del({ hook: "buildEnd", targets: "./dist/dts" }),
nodePolyfills(),
resolve({
jsnext: true,
Expand Down
2 changes: 0 additions & 2 deletions packages/analytics-v1.1/rollup-configs/rollup.utilities.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import htmlTemplate from 'rollup-plugin-generate-html-template';
import typescript from 'rollup-plugin-typescript2';
import nodePolyfills from 'rollup-plugin-polyfill-node';
import alias from "@rollup/plugin-alias";
import del from "rollup-plugin-delete";
import * as dotenv from 'dotenv';
import { DEFAULT_EXTENSIONS } from '@babel/core';

Expand Down Expand Up @@ -86,7 +85,6 @@ export function getDefaultConfig(distName) {
}
]
}),
del({ hook: "buildEnd", targets: "./dist/dts" }),
nodePolyfills(),
resolve({
jsnext: true,
Expand Down

0 comments on commit 9d72b42

Please sign in to comment.