Skip to content

Commit

Permalink
chore: update rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
bavoco committed Mar 9, 2024
1 parent bfd207d commit 459fd2b
Show file tree
Hide file tree
Showing 4 changed files with 1,329 additions and 743 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const istanbul = require('rollup-plugin-istanbul');
const json = require('@rollup/plugin-json');
const resolve = require('rollup-plugin-node-resolve');
const resolve = require('@rollup/plugin-node-resolve');
const builds = require('./rollup.config');
const yargs = require('yargs');
const env = process.env.NODE_ENV;
Expand Down
Loading

0 comments on commit 459fd2b

Please sign in to comment.