From d3bf2d09f740221771806789b00bf915c9f5f2e3 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Fri, 26 Jan 2024 14:51:36 +0100 Subject: initial commit --- mobile/webpack.config.js | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 mobile/webpack.config.js (limited to 'mobile/webpack.config.js') diff --git a/mobile/webpack.config.js b/mobile/webpack.config.js deleted file mode 100644 index 4557341..0000000 --- a/mobile/webpack.config.js +++ /dev/null @@ -1,10 +0,0 @@ -const webpack = require("@nativescript/webpack"); - -module.exports = (env) => { - webpack.init(env); - - // Learn how to customize: - // https://docs.nativescript.org/webpack - - return webpack.resolveConfig(); -}; -- cgit v1.2.3