Skip to content

Commit b425a72

Browse files
committed
updated dev bundle config
1 parent b82551c commit b425a72

File tree

2 files changed

+430
-181
lines changed

2 files changed

+430
-181
lines changed

dev-bundle.config.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
// importing libs should be included in dev-bundle
2-
import 'react';
3-
import 'react-dom';
42
import 'plugin-typescript';
53
import 'css';
64
import 'systemjs-hot-reloader';
5+
import 'react';
6+
import 'react-dom';
7+
import 'react-redux';
8+
import 'react-router';
9+
import 'react-router-redux';
10+
import 'redux-actions';
11+
import 'classnames';
12+
import 'seamless-immutable';

0 commit comments

Comments
 (0)