Skip to content

Commit 3cbfbb1

Browse files
author
vvo
committed
fix(build): fix badly handled webpack upgrade
1 parent 4b01ce4 commit 3cbfbb1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
/* eslint-disable import/no-commonjs */
2-
module.exports = require('./src/lib/main.js');
2+
3+
import docsearch from './src/lib/main.js';
4+
module.exports = docsearch;

0 commit comments

Comments
 (0)