woodao-pc-ui 0.0.6 → 0.0.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "woodao-pc-ui",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
package/vue.config.js CHANGED
@@ -19,7 +19,9 @@ module.exports = defineConfig({
19
19
  open: true
20
20
  },
21
21
  // webpack配置优化
22
- configureWebpack: {
22
+ configureWebpack: {
23
+ // 解决define cannot be used indirect错误
24
+ amd: { define: false },
23
25
  // 优化配置
24
26
  optimization: {
25
27
  minimizer: [
@@ -48670,7 +48670,7 @@ module.exports = helperCheckCopyKey;
48670
48670
  /************************************************************************/
48671
48671
  /******/ /* webpack/runtime/amd options */
48672
48672
  /******/ !function() {
48673
- /******/ __webpack_require__.amdO = {};
48673
+ /******/ __webpack_require__.amdO = {"define":false};
48674
48674
  /******/ }();
48675
48675
  /******/
48676
48676
  /******/ /* webpack/runtime/compat get default export */
@@ -163264,7 +163264,7 @@ function useEcharts(dom, theme) {
163264
163264
  return instance;
163265
163265
  }
163266
163266
  ;// ./package.json
163267
- var package_namespaceObject = {"rE":"0.0.6"};
163267
+ var package_namespaceObject = {"rE":"0.0.7"};
163268
163268
  ;// ./src/setting/index.ts
163269
163269
 
163270
163270
  const primaryColors = (/* unused pure expression or super */ null && (["#409eff", "#13C2C2", "#F5222D", "#722ED1", "#f7acbc", "#ef5b9c", "#bd6758", "#f47920", "#2e3a1f", "#b2d235", "#121a2a", "#6a6da9", "#867892", "#fcaf17", "#76becc", "#1b315e", "#b4532a", "#008792"]));
@@ -48670,7 +48670,7 @@ module.exports = toArrayTree;
48670
48670
  /************************************************************************/
48671
48671
  /******/ /* webpack/runtime/amd options */
48672
48672
  /******/ !function() {
48673
- /******/ __webpack_require__.amdO = {};
48673
+ /******/ __webpack_require__.amdO = {"define":false};
48674
48674
  /******/ }();
48675
48675
  /******/
48676
48676
  /******/ /* webpack/runtime/compat get default export */
@@ -163264,7 +163264,7 @@ function useEcharts(dom, theme) {
163264
163264
  return instance;
163265
163265
  }
163266
163266
  ;// ./package.json
163267
- var package_namespaceObject = {"rE":"0.0.6"};
163267
+ var package_namespaceObject = {"rE":"0.0.7"};
163268
163268
  ;// ./src/setting/index.ts
163269
163269
 
163270
163270
  const primaryColors = (/* unused pure expression or super */ null && (["#409eff", "#13C2C2", "#F5222D", "#722ED1", "#f7acbc", "#ef5b9c", "#bd6758", "#f47920", "#2e3a1f", "#b2d235", "#121a2a", "#6a6da9", "#867892", "#fcaf17", "#76becc", "#1b315e", "#b4532a", "#008792"]));