-
Here is my webpack.config.js
const HtmlWebpackPlugin = require('html-webpack-plugin');
const path = require('path');
const HtmlWebpackPluginConfig = new HtmlWebpackPlugin({
template: './src/…
-
In reference to existing closed tickets, this bug has just occurred once again, and cost me about 4 hours trying to figure out why 🙃. If possible it may be worth putting a message into the error strea…
-
The table of contents doesn't seem to be rendered properly on https://nyas1.github.io/Material-You-app-list/.
-
Hi-
I've gotten the *very* basics of using a SnapSVGAnimation within React up and running (in a hacky way):
```
import React, { Component } from 'react';
import fileData from './assets/snap_asset.…
-
It'd be nice if we could support file globs.
`file: [ '**/*.svg']` so when using something like react-svg-loader, if a svg changes cache can be invalidated
-
After following the workflow integration in the README, when running weback I get the following error:
```
ERROR in ./src/icons/close.svg
Module build failed: TypeError: Cannot read property 'add…
-
## 💬 Questions and Help
Thank you for this helpful project!
I'm trying to dynamically import SVGs based on a string filename, but I'm a little lost.
Is something like this possible using webp…
-
I have this all setup and working and HMR will work except for in one use case. If you first add a class to `styleName` and then add the class to your css file HMR will not work. You need to go back t…
-
The React module for Bitcoin Icons is not compatible with React Native, even when using React Native SVG loader.
-
I all,
I found a weird behaviour with `svg-sprite-loader`. If someone has an idea about what is happening that would be great.
**Do you want to request a feature, report a bug or ask a questio…
ghost updated
6 years ago