提交 f0615196 编写于 作者: Q qiang

fix: mp-alipay getPlatformGlobal

上级 8712c871
...@@ -22,7 +22,7 @@ const { ...@@ -22,7 +22,7 @@ const {
} = require('./pages') } = require('./pages')
const { const {
md5, md5,
hasOwn, hasOwn,
hasModule, hasModule,
hashify, hashify,
...@@ -56,12 +56,13 @@ const { ...@@ -56,12 +56,13 @@ const {
htmlPreprocessOptions, htmlPreprocessOptions,
nvueJsPreprocessOptions, nvueJsPreprocessOptions,
nvueCssPreprocessOptions, nvueCssPreprocessOptions,
nvueHtmlPreprocessOptions nvueHtmlPreprocessOptions,
getPlatformGlobal
} = require('./platform') } = require('./platform')
module.exports = { module.exports = {
md5, md5,
tags, tags,
hasOwn, hasOwn,
getJson, getJson,
parseJson, parseJson,
...@@ -104,5 +105,6 @@ module.exports = { ...@@ -104,5 +105,6 @@ module.exports = {
htmlPreprocessOptions, htmlPreprocessOptions,
nvueJsPreprocessOptions, nvueJsPreprocessOptions,
nvueCssPreprocessOptions, nvueCssPreprocessOptions,
nvueHtmlPreprocessOptions nvueHtmlPreprocessOptions,
getPlatformGlobal
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册