This bundles hint.css as expected but nothing for normalize.
What am I missing to get this modules to bundle correctly? Looking over Approach 2 and looks like I'm including the path, have newest version, including normalize(), and another dependency is bundling just fine.
Installed using the provided instructions within the README file but nothing gets bundled into my
app.css
Tech:
yarn add normalize-scss
Webpack Config:
index.scss:
Which returns an error
@import 'normalize'; File to import not found or unreadable: normalize.
Doesn't bundle anything into my
app.css
Sanity check against
hint.css
This bundles hint.css as expected but nothing for normalize.
What am I missing to get this modules to bundle correctly? Looking over Approach 2 and looks like I'm including the path, have newest version, including
normalize()
, and another dependency is bundling just fine.