You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am sorry that I am not familiar with Webpack. The npm package is currently only targeting vite. I plan to separate the js part from this repo so that people can do PR there.
Hello,
In my Angular app, I have taken the following steps:
npm i glicol
declare module 'glicol'
in my custom types file./src/types/custom.d.ts
import Glicol from 'glicol'
in my main componentconst glicol = new Glicol()
in my main componentUnfortunately, upon executing
npm start
I get the following errors:Any idea what to do about that? Am I supposed to customize my webpack config?
Thanks in advance!
The text was updated successfully, but these errors were encountered: