Skip to content

Commit

Permalink
Feedback change
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Elan <[email protected]>
  • Loading branch information
DitwanP and benelan authored Jan 28, 2025
1 parent d09bdf9 commit bfb5706
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/components/webpack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ import "@esri/calcite-components/dist/calcite/calcite.css";
### Configure Webpack

<!-- TODO: Get suggestions for what this should be replaced with -->

Calcite components need to be copied to your output directory so Stencil can load them from the client. The easiest way to do this is with [copy-webpack-plugin](https://webpack.js.org/plugins/copy-webpack-plugin/). First, install the package:
Calcite components need to be copied to your output directory so they can be loaded from the client. The easiest way to do this is with [copy-webpack-plugin](https://webpack.js.org/plugins/copy-webpack-plugin/). First, install the package:

```sh
npm install -D copy-webpack-plugin
Expand Down

0 comments on commit bfb5706

Please sign in to comment.