Adam Hagan

Results 7 comments of Adam Hagan

@Trapfether I see your PR has been open for over 3 weeks now. Do you know if it is likely to merged and released soon?

I have tested this change out in a forked version of the repo and can confirm that the change works as intended. Look forward to this being reviewed and then...

I tried to follow the webpack suggestion as well https://github.com/palantir/blueprint/issues/5334#issuecomment-1444223876 however this doesn't work and I would preferably not want to store a local copy of blueprint's icons.

Thanks @adidahiya I will try storing those icons locally and see if that works. 1. I was originally using React 16 and upgraded to React 18 via NPM. 2. I...

@adidahiya I didn't see that in the docs! I'll give that a go. I am currently using node 16 am I right that to use the node-build-scripts library I need...

@adidahiya I am trying to import the node-build scripts into my webpack.config.js file like in the example. However, I get the error: `[webpack-cli] Failed to load '/my-project/webpack.config.js' config [webpack-cli] Error...

@adidahiya I got the above to start running by turning my webpack config into es6 format. However, I get an error when running webpack with the sassSvgInliner is this something...