summaryrefslogtreecommitdiff
path: root/mobile/webpack.config.js
blob: 45573416df66b044499e4513f19e2695584fb161 (plain)
1
2
3
4
5
6
7
8
9
10
const webpack = require("@nativescript/webpack");

module.exports = (env) => {
	webpack.init(env);

	// Learn how to customize:
	// https://docs.nativescript.org/webpack

	return webpack.resolveConfig();
};