Skip to content

Commit e5cba9e

Browse files
committed
0.2.3[releases]
1 parent b1b2552 commit e5cba9e

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
@@ -4,7 +4,7 @@ var path = require('path')
44
module.exports = {
55
devtool: 'sourcemap',
66
entry: {
7-
'api': './lib/index.js'
7+
'api': './index.js'
88
},
99
output: {
1010
path: path.join(__dirname, './dist'), // 设置打包后的js的输出位置

0 commit comments

Comments
 (0)