Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

[Question] Is this works with import - exports files? #18

@DmitrijOkeanij

Description

@DmitrijOkeanij

I have big index file (autogenerated).

export EditCategory from 'src/admin/categories/EditCategory.vue'
export ConfigurationAdmin from 'src/admin/ConfigurationAdmin.vue'
export CypherSecrets from 'src/admin/CypherSecrets.vue'
export DeletedElements from 'src/admin/DeletedElements.vue'
export ImagesCleaner from 'src/admin/ImagesCleaner.vue'
export CreateMenuItem from 'src/admin/menuItems/CreateMenuItem.vue'
export EditMenuItem from 'src/admin/menuItems/EditMenuItem.vue'
...

Trying to use you plugin to allow separate chanks works.
I am not sure will webpack-deep-scope-analysis-plugin works with such files?
For now for my try all chunks loads at start. So or my code is not good, or plugin can not work with such index files.

I am using exportDefaultFrom babel plugin.

module.exports = {
  presets: [
    '@quasar/babel-preset-app',
    [
      "babel-preset-proposals",
      {
        "optionalChaining": true,
        "nullishCoalescingOperator": true,
        "exportDefaultFrom": true
      }
    ]
  ]
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions