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 receive following error when I provide path to javascript config file via --config flag, for example: webfont --config path\to\webfont\config\webfont.js
Error: Could not dynamically require "path\to\webfont\config\webfont.js". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.
at commonjsRequire (C:\Users\<user>\AppData\Roaming\nvm\v12.22.1\node_modules\webfont\dist\cli.js:255:8)
at importFresh$1 (C:\Users\<user>\AppData\Roaming\nvm\v12.22.1\node_modules\webfont\dist\cli.js:4173:9)
at loadJs (C:\Users\<user>\AppData\Roaming\nvm\v12.22.1\node_modules\webfont\dist\cli.js:4181:18)
at Explorer.loadFileContent (C:\Users\<user>\AppData\Roaming\nvm\v12.22.1\node_modules\webfont\dist\cli.js:4592:12)
at C:\Users\<user>\AppData\Roaming\nvm\v12.22.1\node_modules\webfont\dist\cli.js:4614:21
The text was updated successfully, but these errors were encountered:
Hi, it looks like in master branch it is resolved (probably bumping rollup version resolved this). I checked and this errors occurs no more. @jimmyandrade when can we expect some release?
I receive following error when I provide path to javascript config file via
--config
flag, for example:webfont --config path\to\webfont\config\webfont.js
The text was updated successfully, but these errors were encountered: