component_ryl 1.0.96 → 1.0.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -361,7 +361,7 @@
361
361
  #1.0.93: table 添加border属性后,多余边框线隐藏
362
362
  #1.0.94: table 居中
363
363
  #1.0.95: 界面缩放后 重新计算高度
364
- #1.0.96: 自动计算每个模块的最小宽度
364
+ #1.0.98: 自动计算每个模块的最小宽度
365
365
 
366
366
  ```
367
367
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "component_ryl",
3
- "version": "1.0.96",
3
+ "version": "1.0.98",
4
4
  "private": false,
5
5
  "description": "自定义通用组件",
6
6
  "author": "renyuliang <785788909@qq.com>",
package/webpack.config.js CHANGED
@@ -76,6 +76,12 @@ module.exports = {
76
76
 
77
77
  if (process.env.NODE_ENV === "production") {
78
78
  module.exports.devtool = "#source-map";
79
+ // 不打包这些包
80
+ // module.exports.externals ={
81
+ // 'vue': "Vue",
82
+ // 'element-ui': "ElementUI",
83
+ // 'tinymce-vue': "TinymceVue",
84
+ // },
79
85
  // http://vue-loader.vuejs.org/en/workflow/production.html
80
86
  module.exports.plugins = (module.exports.plugins || []).concat([
81
87
  new webpack.DefinePlugin({