mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat: implement basic public api
This commit is contained in:
11
packages/webpack5/src/stubs/default.config.stub.js
Normal file
11
packages/webpack5/src/stubs/default.config.stub.js
Normal file
@@ -0,0 +1,11 @@
|
||||
const webpack = require("@nativescript/webpack");
|
||||
|
||||
module.exports = (env) => {
|
||||
webpack.init(env);
|
||||
|
||||
// todo: comments for common usage
|
||||
|
||||
return webpack.resolveConfig();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user