How to configure WebPack only for SASS to CSS -


i'm noob webpack

i try find simplest configuration code using tranform sass file css file

someone give me sample?

get sass-loader

then add in config

  module: {     loaders: [       {         test: /\.scss$/,         loaders: ["style", "css", "sass"]       }     ]   } 

after can require scss files

require("./styles.scss"). 

Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -