Skip to content

Commit da6a60b

Browse files
authored
Update and rename 2016-11-11-additional-webpack-use-cases.md to 2016-20-10-additional-webpack-use-cases.md
1 parent 3ea960b commit da6a60b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2016-11-11-additional-webpack-use-cases.md renamed to _posts/2016-20-10-additional-webpack-use-cases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
published: false
3+
published: true
44
title: Additional Webpack Use Cases
55
---
66
##Using Webpack for CSS
@@ -32,4 +32,4 @@ module.exports = {
3232
]
3333
};
3434

35-
ALso note here that we are running a ng annotate, which is important when webpack mangles the javascript in production as the angular dependencies assume undeterminable identifiers. See more here https://www.npmjs.com/package/ng-annotate.
35+
ALso note here that we are running a ng annotate, which is important when webpack mangles the javascript in production as the angular dependencies assume undeterminable identifiers. See more here https://www.npmjs.com/package/ng-annotate.

0 commit comments

Comments
 (0)