Skip to content

Commit be52cef

Browse files
authored
fix(webpack): --env.uglify works properly now (NativeScript#9165)
1 parent 04a7641 commit be52cef

File tree

8 files changed

+1422
-1529
lines changed

8 files changed

+1422
-1529
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ package.json
2222
*.css
2323
*.scss
2424
*.sh
25+
!packages/webpack/templates/*.js

packages/webpack/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": "4.0.1",
3+
"version": "4.0.2",
44
"main": "index",
55
"description": "Webpack plugin for NativeScript",
66
"homepage": "https://nativescript.org",

0 commit comments

Comments
 (0)