Bas Middelham

Results 1 comments of Bas Middelham

This worked for me: Install file-loader first: `yarn add -D file-loader` In config.base.js: ``` const imageRules = { test: projectOptions.projectImages.rules.test, use: [ { loader: 'file-loader', options: { publicPath: '../images/', outputPath:...