We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lavas/packages/lavas-core-vue/core/builder/prod-builder.js
Line 52 in 134fd8a
let clientConfig = await this.createSSRClientConfig(); let serverConfig = await this.createSSRServerConfig();
第二句执行后,clientConfig中的DefinePlugin的配置实际上被serverConfig给复盖了(连 process.env.VUE_ENV 都变成'server'了)
暂不清楚是Webpack的 bug 还是lavas-core的 bug
The text was updated successfully, but these errors were encountered:
No branches or pull requests
lavas/packages/lavas-core-vue/core/builder/prod-builder.js
Line 52 in 134fd8a
第二句执行后,clientConfig中的DefinePlugin的配置实际上被serverConfig给复盖了(连 process.env.VUE_ENV 都变成'server'了)
暂不清楚是Webpack的 bug 还是lavas-core的 bug
The text was updated successfully, but these errors were encountered: