Skip to content

Commit

Permalink
main: dist/lrz.all.bundle.js
Browse files Browse the repository at this point in the history
webpack 直接 `require('lrz')` 在移动端会报错,因为 webpack 不会将 1.chunk.js 2.chunk.js 打包。
  • Loading branch information
Nimo authored Aug 15, 2016
1 parent ed16da3 commit ac588a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "lrz",
"version": "4.9.36",
"version": "4.9.37",
"description": "前端本地客户端压缩图片,兼容IOS,Android,PC、自动按需加载文件",
"main": "dist/lrz.bundle.js",
"main": "dist/lrz.all.bundle.js",
"scripts": {
"test": "node ./node_modules/karma/bin/karma start"
},
Expand Down

0 comments on commit ac588a7

Please sign in to comment.