diff --git a/build/webpack/prod-docs.js b/build/webpack/prod-docs.js index 0133621..897dfaf 100644 --- a/build/webpack/prod-docs.js +++ b/build/webpack/prod-docs.js @@ -60,7 +60,7 @@ export default merge(baseConfig, { chunksSortMode: 'dependency' }), new webpack.optimize.CommonsChunkPlugin({ - name: 'third-party', + name: 'vendor', minChunks: (module) => { let resource = module.resource; @@ -69,7 +69,7 @@ export default merge(baseConfig, { }), new webpack.optimize.CommonsChunkPlugin({ name: 'manifest', - chunks: ['third-party'] + chunks: ['vendor'] }) ] }); diff --git a/dist/docs/index.html b/dist/docs/index.html index 06c2d1a..2603cc4 100644 --- a/dist/docs/index.html +++ b/dist/docs/index.html @@ -1 +1 @@ -