Skip to content

Commit 1a24a23

Browse files
committed
fix: missing webpack config in stackblitz template
1 parent d14b92d commit 1a24a23

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
const webpack = require("@nativescript/webpack");
2+
3+
module.exports = (env) => {
4+
webpack.init(env);
5+
6+
// Learn how to customize:
7+
// https://docs.nativescript.org/webpack
8+
9+
return webpack.resolveConfig();
10+
};

0 commit comments

Comments
 (0)