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
fix(rollup): remove experimentalCodeSplitting from config (#82)
* style(rollup): changes from running 'npm run format'
* fix(rollup): remove experimentalCodeSplitting from config
as of rollup 1.0.0, experimentalCodeSplitting is always active and has been removed as a valid
option. removing from the config to resolve the warning received during build.
0 commit comments