提交 fafe9b6e 编写于 作者: Z zhaofinger 提交者: 偏右

fix: default exports fix

上级 a98f9c9c
...@@ -21,7 +21,7 @@ function getModulePackageName(module: { context: string }) { ...@@ -21,7 +21,7 @@ function getModulePackageName(module: { context: string }) {
return packageName; return packageName;
} }
export default (config: IWebpackChainConfig) => { export const webpackPlugin = (config: IWebpackChainConfig) => {
// optimize chunks // optimize chunks
config.optimization config.optimization
// share the same chunks across different modules // share the same chunks across different modules
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册