diff --git a/build/webpack.build.js b/build/webpack.build.js index eeb44e0bf..cf081d568 100644 --- a/build/webpack.build.js +++ b/build/webpack.build.js @@ -7,7 +7,7 @@ delete config.serve; module.exports = Object.assign(config, { mode: 'production', entry: { - 'vant': './packages/index.js' + 'vant': './es/index.js' }, output: { path: path.join(__dirname, '../lib'),