Skip to content

Commit

Permalink
Update rollup.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shoonia authored May 15, 2023
1 parent 0074bbd commit 4007bc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { createRequire } from 'node:module';
import babel from '@rollup/plugin-babel';
import { nodeResolve } from '@rollup/plugin-node-resolve';
import pkg from './package.json';

const pkg = createRequire(import.meta.url)('./package.json');

const extensions = [
'.ts',
Expand Down

0 comments on commit 4007bc0

Please sign in to comment.