Skip to content

Commit

Permalink
glob, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Dec 17, 2024
1 parent 48ee354 commit 4aa80ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/utils/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ import terser from '@rollup/plugin-terser';
import livereload from 'rollup-plugin-livereload';
import nodePolyfills from 'rollup-plugin-polyfill-node';
import nodeResolve from '@rollup/plugin-node-resolve';

import { createRequire } from 'module';
const require = createRequire(import.meta.url);
const glob = require('glob');import * as glob from 'glob';
const glob = require('glob')

const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
Expand Down

0 comments on commit 4aa80ad

Please sign in to comment.