Skip to content

Commit b83f6da

Browse files
chore: Remove unused comments
1 parent fa2c1db commit b83f6da

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

rollup.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import json from '@rollup/plugin-json';
33
import resolve from '@rollup/plugin-node-resolve';
44
import typescript from '@rollup/plugin-typescript';
55
import * as pkg from './package.json';
6-
// import { fileURLToPath } from 'node:url';
76

87
const extensions = ['.js', '.json', '.node', '.ts'];
98

@@ -13,12 +12,6 @@ export default {
1312
// Specify here external modules which you don't want to include in your bundle (for instance: 'lodash', 'moment' etc.)
1413
// https://rollupjs.org/guide/en#external-e-external
1514
external: [
16-
// brain js already uses gpu.js as peer dependencies so it shouldn't be like this
17-
// fileURLToPath(
18-
// new URL('./node_modules/gpu.js/src/index.js', import.meta.url)
19-
// ),
20-
21-
// But this
2215
'gpu.js'
2316
],
2417

0 commit comments

Comments
 (0)