Skip to content

Commit

Permalink
Use webpack-stream-fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Koelsch committed May 16, 2017
1 parent d04a934 commit 106898e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"typescript": "^2.0.3",
"typings": "^2.1.0",
"uglify-save-license": "~0.4.1",
"webpack-stream": "^3.1.0",
"webpack-stream-fixed": "^3.2.2",
"wiredep": "^4.0.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/gulp/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var path = require('path');
var gulp = require('gulp');
var conf = require('../gulpfile.config');
var webpack = require('webpack-stream');
var webpack = require('webpack-stream-fixed');
var browserSync = require('browser-sync');

var $ = require('gulp-load-plugins')();
Expand Down

0 comments on commit 106898e

Please # to comment.