2021年1月19日星期二

Importing problems with webpack/react

I am trying to import this module called debug.addIndicators for ScrollMagic in a React project. This of course means I have to use es6 so I add to my

import "../node_modules/scrollmagic/scrollmagic/minified/plugins/debug.addIndicators.min.js";  

which causes a compilation error with the error

[Error: ENOENT: no such file or directory, stat '/home/david/.steampath'] { errno: -2, code: 'ENOENT', syscall: 'stat', path: '/home/david/.steampath' }

https://stackoverflow.com/questions/65801882/importing-problems-with-webpack-react January 20, 2021 at 09:29AM

没有评论:

发表评论