From 8cd442df082a75adcee7c5a09d8340f28eda617f Mon Sep 17 00:00:00 2001 From: Diana Olarte Date: Mon, 13 Jan 2025 12:47:56 +1100 Subject: [PATCH] docs: update usage example and readme --- README.rst | 25 +++++++++++++------------ env.config.js | 7 +++++++ example/index.jsx | 8 +------- webpack.dev.config.js | 4 +++- 4 files changed, 24 insertions(+), 20 deletions(-) create mode 100644 env.config.js diff --git a/README.rst b/README.rst index 66dcc6dc5..677ebb843 100644 --- a/README.rst +++ b/README.rst @@ -86,12 +86,19 @@ This library has the following exports: * ``messages``: Internationalization messages suitable for use with `@edx/frontend-platform/i18n `_ * ``dist/footer.scss``: A SASS file which contains style information for the component. It should be imported into the micro-frontend's own SCSS file. -