Skip to content

Commit 2097d2d

Browse files
keqingronglukastaegert
authored andcommitted
Remove experimentalCodeSplitting option (#14)
`experimentalCodeSplitting` has been removed in rollup v1.
1 parent ac23cd1 commit 2097d2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rollup.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ export default {
1313
format: "system",
1414
sourcemap: true
1515
}
16-
],
17-
experimentalCodeSplitting: true
16+
]
1817
};

0 commit comments

Comments
 (0)