Feature Use Case
input: [
'src/server/one.js',
'src/server/two.js'
]
The code above will create chunks when both files have same imports. Sometimes it's not desired, for example when each file needs to be self-contained (serverless). It would be nice to be able to turn code splitting off.
Using array in rollup config is not desired as it creates difficulties in working with plugins.
Feature Proposal
Add config option to turn code splitting feature off.
Feature Use Case
The code above will create chunks when both files have same imports. Sometimes it's not desired, for example when each file needs to be self-contained (serverless). It would be nice to be able to turn code splitting off.
Using array in rollup config is not desired as it creates difficulties in working with plugins.
Feature Proposal
Add config option to turn code splitting feature off.