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-ns/webpack.config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mobile-ns/webpack.config.js (limited to 'mobile-ns/webpack.config.js') diff --git a/mobile-ns/webpack.config.js b/mobile-ns/webpack.config.js new file mode 100644 index 0000000..4557341 --- /dev/null +++ b/mobile-ns/webpack.config.js @@ -0,0 +1,10 @@ +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