Skip to content

Commit 6404546

Browse files
authored
Merge pull request #69 from huangyanxiong01/master
Fix the provided value dist/umd is not an absolute path
2 parents 445d475 + 082394a commit 6404546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
'js-search': './source/index.js'
1010
},
1111
output: {
12-
path: 'dist/umd',
12+
path: path.join(__dirname,'dist/umd'),
1313
filename: 'js-search.js',
1414
libraryTarget: 'umd',
1515
library: 'JsSearch'

0 commit comments

Comments
 (0)