Skip to content

Commit

Permalink
oops - fix import too!
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Apr 6, 2024
1 parent 212ad94 commit 42e5ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Expand Up @@ -2,7 +2,7 @@ import commonjs from "@rollup/plugin-commonjs"
import {nodeResolve} from "@rollup/plugin-node-resolve"
import json from "@rollup/plugin-json"
import typescript from "@rollup/plugin-typescript"
import {terser} from "rollup-plugin-terser"
import {terser} from "@rollup/plugin-terser"

function createBundleConfig(sourceFile, outFile, globalName) {
return {
Expand Down

0 comments on commit 42e5ee8

Please sign in to comment.