mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[mobile] fix build script
This commit is contained in:
@ -189,8 +189,7 @@ module.exports = {
|
||||
// new CleanWebpackPlugin(),
|
||||
new HtmlWebpackPlugin({
|
||||
filename: `../../../apps/${editor}/mobile/index.html`,
|
||||
template: env == 'development' ? `../../apps/${editor}/mobile/src/index_dev.html` :
|
||||
`../../apps/${editor}/mobile/src/index.html.deploy`,
|
||||
template: `../../apps/${editor}/mobile/src/index_dev.html`,
|
||||
inject: true,
|
||||
minify: env === 'production' ? {
|
||||
collapseWhitespace: true,
|
||||
|
||||
Reference in New Issue
Block a user