mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
12 lines
175 B
JavaScript
12 lines
175 B
JavaScript
const webpack = require("@nativescript/webpack");
|
|
|
|
module.exports = (env) => {
|
|
webpack.init(env);
|
|
|
|
// todo: comments for common usage
|
|
|
|
return webpack.resolveConfig();
|
|
};
|
|
|
|
|