You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FYI, the latest preview version allows to customize the default Webpack configuration by putting config.js file in the root of your project tree with the content similar to this:
config.js
module.exports={// Extend the default Webpack configurationwebpack: config=>{// For example, add one more entry pointconfig.entry.push('./server.js');// Or, add one more loaderconfig.module.loaders.push(...);},};
Hello @koistya , first congratulations for this great contribution. And now I wonder if the master branch has been updated for edit webpack, or if there is another way to add sass to my project, I want to use bootstrap and my own modules made in sass.
No description provided.
The text was updated successfully, but these errors were encountered: