Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix builder-webpack 5 usage in ESM environment #18620

Closed

Commits on Jul 2, 2022

  1. fix: Fix builder-webpack 5 usage in ESM environment

    In ESM environments, require isn't available. Furthermore, it is required to specify
    file extensions while importing files.
    
    This MR will fix the usage of builder-webpack 5 in ESM environments
    (type: module is defined in package.json).
    valentinpalkovic committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    0186b8f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    7278665 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    a2dce63 View commit details
    Browse the repository at this point in the history