Added own configuration objects for different webpack environments.

This commit is contained in:
Chris
2015-09-17 08:02:36 +02:00
parent 22be5fe0f4
commit f871f2aef7
10 changed files with 207 additions and 155 deletions
-4
View File
@@ -20,8 +20,4 @@ describe('MainComponent', () => {
it('should have its component name as default className', () => {
expect(MainComponent._store.props.className).to.equal('index');
});
it('should do something!', () => {
expect(true).to.be.true;
});
});