From 2721da770aad3077f1024b71c217883f31461641 Mon Sep 17 00:00:00 2001 From: Michael FIG Date: Mon, 22 Feb 2021 13:47:38 -0600 Subject: [PATCH] fix(bundle-source): Downgrade @rollup/plugin-commonjs for Windows Temporary workaround for https://github.com/rollup/plugins/pull/355 --- packages/bundle-source/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bundle-source/package.json b/packages/bundle-source/package.json index 49a983760aa..cd6ba366927 100644 --- a/packages/bundle-source/package.json +++ b/packages/bundle-source/package.json @@ -28,7 +28,7 @@ "@agoric/transform-eventual-send": "^1.4.1", "@babel/generator": "^7.6.4", "@babel/traverse": "^7.8.3", - "@rollup/plugin-commonjs": "^11.0.2", + "@rollup/plugin-commonjs": "~11.0.2", "@rollup/plugin-node-resolve": "^7.1.1", "acorn": "^7.1.0", "esm": "^3.2.5",