Browse Source

Pull request #2625: 无JIRA任务 打个min出来

Merge in VISUAL/fineui from ~TELLER/fineui:master to master

* commit '3f52839c428ffd1e19a02685fae6458cf963135e':
  chore: 打个min出来
es6
Teller 2 years ago
parent
commit
6dd0e7720a
  1. 1
      webpack/webpack.prod.js

1
webpack/webpack.prod.js

@ -23,6 +23,7 @@ module.exports = merge.smart(common, {
utils: attachments.utils,
"utils.min": attachments.utils,
"fineui_without_jquery_polyfill": attachments.fineuiWithoutJqueryAndPolyfillJs,
"fineui_without_jquery_polyfill.min": attachments.fineuiWithoutJqueryAndPolyfillJs,
"2.0/fineui": attachments.bundle,
"2.0/fineui.min": attachments.bundle,
"2.0/fineui_without_normalize": attachments.bundleWithoutNormalize,

Loading…
Cancel
Save