Skip to content

Commit

Permalink
chore: clean comment
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Oct 3, 2024
1 parent 60a3922 commit cb71f63
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions config/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,12 @@ import typescript from '@rollup/plugin-typescript';
import replace from '@rollup/plugin-replace';
import resolve from '@rollup/plugin-node-resolve';
import commonjs from '@rollup/plugin-commonjs';
import copy from 'rollup-plugin-copy';
import nodePolyfills from 'rollup-plugin-polyfill-node';

const require = createRequire(import.meta.url);

const nodePlugins = [
json(),
copy({
targets: [
// {
// src: './src/kms/node/*',
// dest: 'lib/kms/node',
// },
// {
// src: './src/kms/node/kms_lib_bg.wasm',
// dest: 'lib/',
// },
],
}),
wasm(),
commonjs(),
typescript({
Expand All @@ -35,14 +22,6 @@ const nodePlugins = [

const webPlugins = [
json(),
// copy({
// targets: [
// {
// src: './node_modules/tfhe/snippets/wasm-bindgen-rayon-3e04391371ad0a8e/src/*',
// dest: 'lib/',
// },
// ],
// }),
url(),
nodePolyfills(),
replace({
Expand Down

0 comments on commit cb71f63

Please sign in to comment.