Ilya Izilanov

Results 2 comments of Ilya Izilanov

You need to use something like ```js //... next.config.js const withTM = require('next-transpile-modules')(['react-scroll-section']); module.exports = withTM(nextConfig); ``` If you don't use next.js, find a way how to transpile modules with...