Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22797e commit b482e8dCopy full SHA for b482e8d
packages/webpack5/CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 5.0.27 (2025-11-28)
2
+
3
+### 🩹 Fixes
4
5
+- **webpack:** fallback to commonjs when no runtimes detected ([d22797e1e](https://github.com/NativeScript/NativeScript/commit/d22797e1e))
6
+- **webpack:** backwards compat with older core versions ([c907e31ae](https://github.com/NativeScript/NativeScript/commit/c907e31ae))
7
8
+### ❤️ Thank You
9
10
+- Nathan Walker
11
12
## 5.0.25 (2025-11-17)
13
14
### 🚀 Features
packages/webpack5/package.json
@@ -1,6 +1,6 @@
{
"name": "@nativescript/webpack",
- "version": "5.0.25",
+ "version": "5.0.27",
"private": false,
"main": "dist/index.js",
"files": [
0 commit comments