chore: fix tests

This commit is contained in:
Igor Randjelovic
2021-03-31 21:33:30 +02:00
parent a7771cc8ab
commit de13357a09
3 changed files with 23 additions and 16 deletions

View File

@@ -3,7 +3,8 @@ const webpack = require("@nativescript/webpack");
module.exports = (env) => {
webpack.init(env);
// todo: comments for common usage
// Learn how to customize:
// https://docs.nativescript.org/webpack
return webpack.resolveConfig();
};