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

build(dashboard): upgrade to webpack5 #480

Merged

Conversation

square-li
Copy link
Contributor

@square-li square-li commented Jan 13, 2023

Overview

Upgrade to webpack5. This change allows webpack to import ES6 syntax libs like aws-sdk.

https://aws.amazon.com/blogs/developer/announcing-the-end-of-support-for-internet-explorer-11-in-the-aws-sdk-for-javascript-v3/

Also update run-tests.yml to fix broken tests under the latest Node LTS version. more info

Verifying Changes

Scene Composer

For scene-composer package changes specifically, you can preview the component in the published storybook artifact. To do this, wait for the Publish Storybook action to complete below.

  • Click on the workflow details
  • Select the Summary item on the left
  • Download the zip file

To run the storybook build locally, you need a local static web server:

npm install -g httpserver
cd <Extracted Zip Directory>
httpserver

Then open the website http://localhost:8080 to run the doc site.

Legal

This project is available under the Apache 2.0 License.

@square-li square-li marked this pull request as ready for review January 13, 2023 18:52
@square-li square-li merged commit 286e914 into awslabs:feature-dashboard-alpha Jan 13, 2023
@square-li square-li deleted the feature-dashboard-alpha branch January 13, 2023 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants