The code powering m.abunchtell.com https://m.abunchtell.com
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

14 satır
220 B

  1. const path = require('path');
  2. module.exports = {
  3. module: {
  4. loaders: [
  5. {
  6. test: /.scss$/,
  7. loaders: ["style", "css", "sass"],
  8. include: path.resolve(__dirname, '../')
  9. }
  10. ]
  11. }
  12. }