Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:dcloudio/uni-app into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zhetengbiji committed May 16, 2019
2 parents 7843334 + 5bef921 commit fd1ca3e
Show file tree
Hide file tree
Showing 36 changed files with 2,701 additions and 2,059 deletions.
3 changes: 2 additions & 1 deletion build/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ module.exports = {
plugins: [
alias({
'uni-shared': path.resolve(__dirname, '../src/shared/util.js'),
'uni-platform': path.resolve(__dirname, '../src/platforms/' + process.env.UNI_PLATFORM)
'uni-platform': path.resolve(__dirname, '../src/platforms/' + process.env.UNI_PLATFORM),
'uni-wrapper': path.resolve(__dirname, '../src/core/runtime/wrapper')
}),
replace({
__GLOBAL__: platform.prefix,
Expand Down
Loading

0 comments on commit fd1ca3e

Please sign in to comment.