Skip to content

Commit

Permalink
Remove the need of loader for SVG files
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Jan 14, 2024
1 parent 57a3368 commit 8e8b54e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ You will need to add Webpack and appropriate loaders as development dependencies

- Quill source code - [`babel-core`](https://www.npmjs.com/package/babel-core), [`babel-loader`](https://www.npmjs.com/package/babel-loader), [`babel-preset-es2015`](https://www.npmjs.com/package/babel-preset-es2015)
- Parchment source code - [`ts-loader`](https://www.npmjs.com/package/ts-loader), [`typescript`](https://www.npmjs.com/package/typescript)
- SVG icons - [`html-loader`](https://www.npmjs.com/package/html-loader)

Your Webpack configuration file will also need to alias Quill and Parchment to point to their respective entry source files. Without this, Webpack will use the pre-built files included in NPM, instead of building from source.

Expand Down

0 comments on commit 8e8b54e

Please sign in to comment.