Skip to content

Commit

Permalink
fix(build): fix badly handled webpack upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Mar 27, 2017
1 parent 4b01ce4 commit 3cbfbb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/* eslint-disable import/no-commonjs */
module.exports = require('./src/lib/main.js');

import docsearch from './src/lib/main.js';
module.exports = docsearch;

0 comments on commit 3cbfbb1

Please sign in to comment.