File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import json from '@rollup/plugin-json';
33import resolve from '@rollup/plugin-node-resolve' ;
44import typescript from '@rollup/plugin-typescript' ;
55import * as pkg from './package.json' ;
6- // import { fileURLToPath } from 'node:url';
76
87const 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
You can’t perform that action at this time.
0 commit comments