From 34c894d4fe1330cff0e8e37d89f66ed2fee5e027 Mon Sep 17 00:00:00 2001 From: simonhaenisch Date: Mon, 25 Feb 2019 17:58:03 +0800 Subject: [PATCH] fix(bundle): use newer rollup commonjs plugin rollup-plugin-commonjs@9.2.1 fixes an upstream issue that caused a build error when conflicting packages exist and preferBuiltins is unset. Closes #1326. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e11457f0c8f..65400f08a5e 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "postcss": "7.0.11", "puppeteer": "~1.11.0", "rollup": "1.1.0", - "rollup-plugin-commonjs": "9.2.0", + "rollup-plugin-commonjs": "^9.2.1", "rollup-plugin-json": "^3.1.0", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-resolve": "4.0.0",