We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82551c commit b425a72Copy full SHA for b425a72
dev-bundle.config.js
@@ -1,6 +1,12 @@
1
// importing libs should be included in dev-bundle
2
-import 'react';
3
-import 'react-dom';
4
import 'plugin-typescript';
5
import 'css';
6
import 'systemjs-hot-reloader';
+import 'react';
+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