diff --git a/webpack.config.js b/webpack.config.js new file mode 100644 index 0000000..28f9f3c --- /dev/null +++ b/webpack.config.js @@ -0,0 +1,6 @@ +module.exports = { + mode: "production", + node: { + fs: "empty" + } +}; \ No newline at end of file