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
Error while handling server request.
TypeError: Cannot destructure property 'skipSelf' of 'options' as it is undefined.
at Object.resolve (C:\Users\eight04\dev\linkify-plus-plus-core\node_modules\@web\dev-server-rollup\dist\createRollupPluginContextAdapter.js:66:21)
at Object.importStyle (C:\Users\eight04\dev\linkify-plus-plus-core\node_modules\rollup-plugin-cjs-es\index.js:174:35)
at context.isImportPreferDefault (C:\Users\eight04\dev\linkify-plus-plus-core\node_modules\cjs-es\lib\context.js:17:38)
at writeImport (C:\Users\eight04\dev\linkify-plus-plus-core\node_modules\cjs-es\lib\import-writer.js:33:15)
at Array.map (<anonymous>)
at Object.write (C:\Users\eight04\dev\linkify-plus-plus-core\node_modules\cjs-es\lib\import-writer.js:26:50)
at Object.write (C:\Users\eight04\dev\linkify-plus-plus-core\node_modules\cjs-es\lib\writer.js:18:35)
at transform (C:\Users\eight04\dev\linkify-plus-plus-core\node_modules\cjs-es\index.js:28:31)
at async Object.transform (C:\Users\eight04\dev\linkify-plus-plus-core\node_modules\rollup-plugin-cjs-es\index.js:169:20)
at async Object.transform (C:\Users\eight04\dev\linkify-plus-plus-core\node_modules\@web\dev-server-rollup\dist\rollupAdapter.js:293:34)
Thrown by this line
web/packages/dev-server-rollup/src/createRollupPluginContextAdapter.ts
Line 81 in f7fcf29
I guess the signature of
resolve
is wrong? According to https://rollupjs.org/plugin-development/#this-resolve, it should probably beThe caller: https://github.com/eight04/rollup-plugin-cjs-es/blob/7243715be4166b908fb2aa71f664475b5cbbd90e/index.js#L174
The text was updated successfully, but these errors were encountered: