Skip to content

Commit

Permalink
优化报表设计器JS文件打包
Browse files Browse the repository at this point in the history
  • Loading branch information
youseries committed Aug 7, 2018
1 parent b97931c commit 4ff9ce4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ureport2-js/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports={
cacheGroups: {
vendor: {
// 抽离第三方插件
test: /handsontable|codemirror/,
test: /handsontable|codemirror|chart.js/,
chunks: 'initial',
name: 'common',
priority: 10
Expand Down
2 changes: 1 addition & 1 deletion ureport2-js/webpack.config.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports={
cacheGroups: {
vendor: {
// 抽离第三方插件
test: /handsontable|codemirror/,
test: /handsontable|codemirror|chart.js/,
chunks: 'initial',
name: 'common',
priority: 10
Expand Down

0 comments on commit 4ff9ce4

Please sign in to comment.