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 not sure if this is because commonjs project is import into esnext project.
Should this package publish in the build version instance source code?
The text was updated successfully, but these errors were encountered:
Import this package into my project (rollup) in this way:
Error:
SyntaxError: Cannot use import statement outside a module
And I see in arco-design project
palette.js
, it uses require to import packageAnd stall, it does not work for me
Error:
Cannot find module '@arco-design/color'
I am not sure if this is because
commonjs
project is import intoesnext
project.Should this package publish in the build version instance source code?
The text was updated successfully, but these errors were encountered: