Skip to content

Commit 5256b65

Browse files
committed
release(webpack): 5.0.25
1 parent 26631cb commit 5256b65

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/webpack5/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 5.0.25 (2025-11-17)
2+
3+
### 🚀 Features
4+
5+
- NativeClass transformer now supports ts-patch and ts-loader ([#10952](https://github.com/NativeScript/NativeScript/pull/10952))
6+
- **webpack:** support es module bundling ([#10788](https://github.com/NativeScript/NativeScript/pull/10788))
7+
8+
### 🩹 Fixes
9+
10+
- **webpack:** es module source mapping improvements ([bbeca526f](https://github.com/NativeScript/NativeScript/commit/bbeca526f))
11+
- **webpack:** es module source map resolution ([#10860](https://github.com/NativeScript/NativeScript/pull/10860))
12+
13+
### ❤️ Thank You
14+
15+
- farfromrefuge
16+
- Nathan Walker
17+
118
## 5.0.24 (2025-03-23)
219

320
### 🚀 Features

packages/webpack5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/webpack",
3-
"version": "5.0.25-alpha.1",
3+
"version": "5.0.25",
44
"private": false,
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)