Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rousan committed Jul 25, 2020
1 parent 7fea587 commit deeb2ad
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,13 @@ Install muze from NPM:
$ npm install @chartshq/muze
```

Also import the required stylesheet in entry file:

```js
import "@chartshq/muze/dist/muze.css"
```

Then you need to add a webpack plugin [copy-webpack-plugin](https://webpack.js.org/plugins/copy-webpack-plugin/) to copy some required muze files to your output `dist` or `build` folder.

```bash
npm install copy-webpack-plugin@5.1.1 --save-dev
```

And add this to your `webpack.config.file` :
And then within your webpack configuration object, you'll need to add the `copy-webpack-plugin` to the list of plugins, like so:

```js
const path = require("path");
Expand Down

0 comments on commit deeb2ad

Please sign in to comment.