Skip to content

Commit 082394a

Browse files
committed
Fix the provided value dist/umd is not an absolute path
1 parent 445d475 commit 082394a

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)