diff --git a/build/webpack.pkg.js b/build/webpack.pkg.js index f134385b5..214bcc1e5 100644 --- a/build/webpack.pkg.js +++ b/build/webpack.pkg.js @@ -3,8 +3,6 @@ const config = require('./webpack.dev.js'); const isMinify = process.argv.indexOf('-p') !== -1; -delete config.serve; - module.exports = Object.assign(config, { mode: 'production', entry: { diff --git a/docs/site/mobile/index.html b/docs/site/mobile/index.html index faee59fea..e0767fd10 100644 --- a/docs/site/mobile/index.html +++ b/docs/site/mobile/index.html @@ -10,13 +10,16 @@