From 97b1142c2e3e5a8fd3c4b8a98141c62d73b3f5c2 Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 5 Jun 2021 18:09:15 +0200 Subject: [PATCH] fixed external dependencies in the bundled version --- webpack.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webpack.config.js b/webpack.config.js index 9ab76ce..1117441 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -23,6 +23,10 @@ module.exports = { }, ], }, + externals: { + path: 'path', + fs: 'fs', + }, resolve: { fallback: { path: false,