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
{{ message }}
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.
See rollup/rollup-plugin-node-resolve#1 (comment). Looks like maybe require('./side-effect') gets turned into import x from './side-effect' incorrectly – side-effect imports should remain bare.
The text was updated successfully, but these errors were encountered:
See rollup/rollup-plugin-node-resolve#1 (comment). Looks like maybe
require('./side-effect')
gets turned intoimport x from './side-effect'
incorrectly – side-effect imports should remain bare.The text was updated successfully, but these errors were encountered: