You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A complete, yet simple, starter for Angular using webpack 2.
5
+
A complete, yet simple, starter for Angular using Webpack.
6
6
7
-
**NOTE: This workflow is now using Webpack 2 beta. There is a branch with the old workflow if you want to use it.**
8
-
9
-
This workflow serves as a starting point for building Angular 1.x applications using Webpack 2. Should be noted that apart from the pre-installed angular package, this workflow is pretty much generic.
7
+
This workflow serves as a starting point for building Angular 1.x applications using Webpack. Should be noted that apart from the pre-installed angular package, this workflow is pretty much generic.
10
8
11
9
* Heavily commented webpack configuration with reasonable defaults.
12
10
* ES6, and ES7 support with babel.
@@ -19,8 +17,6 @@ This workflow serves as a starting point for building Angular 1.x applications u
19
17
20
18
>Warning: Make sure you're using the latest version of Node.js and NPM
0 commit comments