davidroman0O / moleculer-nextjs

Add NextJS to Moleculer! 🎉
10 stars 2 forks source link

Nextjs plugins are not loaded #2

Open radojko opened 4 years ago

radojko commented 4 years ago

Plugins are not loaded using next.config.js. For example for next-images plugin and related next.config.js in the project root:

// next.config.js
const withImages = require('next-images');
 module.exports = withImages();

Compile failed with error:

/assets/img/faces/avatar.jpg 1:0 Module parse failed: Unexpected character '�' (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders (Source code omitted for this binary file)