commit 2a23f5dc0cc7a1de0f824a13e844359b90faceab parent 3860b7acbe818eb1c463d5b15f8c52b0a69f02b7 Author: Sergej Orlov <wladimirych@gmail.com> Date: Tue, 3 Dec 2019 09:16:22 +0100 config: convert modules to commonjs this helps to import modules generated by pbf without changes Diffstat:
M | .babelrc | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.babelrc b/.babelrc @@ -4,7 +4,8 @@ "@babel/preset-env", { "useBuiltIns": "usage", - "corejs": "3.0.0" + "corejs": "3.0.0", + "modules": "commonjs" } ] ],