Skip to content

Commit b06721f

Browse files
Evan Schultzsmithad15
Evan Schultz
authored andcommitted
fix(example): Fix local dev mode (angular-redux#80) (angular-redux#81)
* Update webpack.dev.js to alias @angular2/core to allow local dev
1 parent 1a9515a commit b06721f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/store/examples/counter/webpack.dev.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = {
2323
'node_modules'
2424
],
2525
alias: {
26-
angular2$: __dirname + '/../../node_modules/angular2',
26+
'@angular/core$': __dirname + '/../../node_modules/@angular/core',
2727
'ng2-redux$':__dirname + '/../../src'
2828
}
2929
},

0 commit comments

Comments
 (0)