ERROR in ./public/scss/style.scss (./node_modules/css-loader??ref--2-1!./node_modules/postcss-loader/src!./node_modules/css-file-loader/src??ref--2-3!./node_modules/sass-loader/lib/loader.js??ref--2-4!./public/scss/style.scss)
Module build failed (from ./node_modules/css-file-loader/src/index.js):
TypeError: Cannot read property 'match' of undefined
at rule.declarations.forEach.declaration (/www/node_modules/css-file-loader/src/index.js:26:52)
at Array.forEach (<anonymous>)
at ast.stylesheet.rules.forEach.rule (/www/node_modules/css-file-loader/src/index.js:25:31)
at Array.forEach (<anonymous>)
at Object.module.exports (/www/node_modules/css-file-loader/src/index.js:23:26)
I tried loading images and fonts using
file-loader
without any success. do i decided to give this package a chance..This is my webpack.conf.js file:
Returns this error on
npm run dev
: