Lauren Burroughs

Results 5 comments of Lauren Burroughs

Adding in `scss-config-webpack-plugin` just creates an error for all of my `scss` files: ``` Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError: expected "{". var api = require("!../../../../node_modules/scss-config-webpack-plugin/node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js"); ```

It looks like perhaps the font file isn't correct. In the compiled result: ``` @font-face { font-family: pin-Hb46a9; src:url(\'!!/Users/[name]/Sites/[project]/node_modules/iconfont-webpack-plugin/lib/loader.js?{"svgs":["source/default/static/images/icons/search.svg","source/default/static/images/icons/close.svg"],"name":"pin-Hb46a9","enforcedSvgHeight":3000}!~/Users/[name]/Sites/[project]/node_modules/iconfont-webpack-plugin/placeholder.svg\') format(\'woff\'); font-weight: normal; font-style: normal; } ```

I'm using version 4 (specifically 4.44.2) of Webpack

I have tried adding a copy of my webpack file in the sandbox [here](https://codesandbox.io/s/icon-font-webpack-plugin-forked-dlkq1?file=/webpack.config.js) however, based on an inspect of the icon it doesn't appear to be using that configuration...