Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Peter/d.ts rollup #89

Merged
merged 14 commits into from
Nov 8, 2023
5 changes: 2 additions & 3 deletions clientConfig/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const packageJson = require('./package.json');

import packageJson from '../package.json' assert {type: 'json'};
import babel from '@rollup/plugin-babel';
import {terser} from 'rollup-plugin-terser';
import terser from '@rollup/plugin-terser';

export default {
plugins: [babel({babelHelpers: 'bundled'}), terser()],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import babel from '@rollup/plugin-babel';
import {terser} from 'rollup-plugin-terser';
import terser from '@rollup/plugin-terser';

export default {
plugins: [babel({babelHelpers: 'bundled'}), terser()],
Expand Down
72 changes: 0 additions & 72 deletions index.d.ts

This file was deleted.

Loading
Loading