-
-
Save moki/89e935193b7d5911b7b0452e0de3e0a6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lerna ERR! rollup --config ../../rollup.config.js stderr: | |
loaded ../../rollup.config.js with warnings | |
(!) Unused external imports | |
terser imported from external module 'rollup-plugin-terser' but never used | |
index.ts → dist/esm... | |
[!] Error: Unexpected token (Note that you need plugins to import files that are not JavaScript) | |
../mokui-base/component.ts (3:7) | |
1: const root = Symbol("root"); | |
2: | |
3: export type Component<T extends object = {}> = T & { | |
^ | |
4: [root]: Element; | |
5: attach(element: Element): Component<T>; | |
Error: Unexpected token (Note that you need plugins to import files that are not JavaScript) | |
at error (/****/****/code/js/mokui/node_modules/rollup/dist/rollup.js:5351:30) | |
at Module.error (/****/****/code/js/mokui/node_modules/rollup/dist/rollup.js:9643:9) | |
at tryParse (/****/****/code/js/mokui/node_modules/rollup/dist/rollup.js:9552:16) | |
at Module.setSource (/****/****/code/js/mokui/node_modules/rollup/dist/rollup.js:9868:33) | |
at Promise.resolve.catch.then.then.then (/****/****/code/js/mokui/node_modules/rollup/dist/rollup.js:12148:20) | |
lerna ERR! rollup --config ../../rollup.config.js exited 1 in '@moki.codes/mokui-header' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment