Skip to content

Commit

Permalink
fix(webpack): Fixed failing export
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerska committed Dec 9, 2015
1 parent a6baffe commit 1c99ea2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/* eslint algolia/no-module-exports: 0 */
module.exports = require('./src/index.js');
import main from './src/index.js';
module.exports = main;

0 comments on commit 1c99ea2

Please sign in to comment.