Skip to content

Commit

Permalink
chore(release): 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lijialiang committed Dec 7, 2018
1 parent 39b3d66 commit 09521f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* [null]

## 1.9.0 (12-07, 2018)
## 1.9.1 (12-07, 2018)

* 增加 `webpack { bundle.worker }` 配置项,可打包依赖的 WebWork 脚本([详细](https://legoflow.com/wiki/config.html#bundle-worker-v2-5-0)
* 增加 SVGA 文件依赖处理,例如
Expand Down
5 changes: 2 additions & 3 deletions core/common/common_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ const resolve = (_config_) => {
// 增加默认值
typeof config['ES.Next'] === 'undefined' && (config['ES.Next'] = true)

if (config.webpack) {
typeof config.webpack.VueChunkStyle === 'undefined' && (config.webpack.VueChunkStyle = false)
}
!config.webpack && (config.webpack = {})
typeof config.webpack.VueChunkStyle === 'undefined' && (config.webpack.VueChunkStyle = false)

if (config['workflow.dev']) {
typeof config['workflow.dev']['hot.reload'] === 'undefined' && (config['workflow.dev']['hot.reload'] = true)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "legoflow-engine",
"version": "1.9.0",
"version": "1.9.1",
"description": "the engine of legoflow-workflow",
"main": "index.js",
"scripts": {},
Expand Down

0 comments on commit 09521f0

Please sign in to comment.