diff --git a/build/webpack.config.js b/build/webpack.config.js index 94c173d..f6648a7 100644 --- a/build/webpack.config.js +++ b/build/webpack.config.js @@ -7,7 +7,7 @@ const { module.exports = { mode: 'production', entry: { - 'my-components': './packages/index.js' + 'zhicheng-components': './packages/index.js' }, output: { path: path.resolve(__dirname, '../dist'),