Skip to content

Commit

Permalink
remove --experimentalDynamicImport as it's nolonger experimental: rol…
Browse files Browse the repository at this point in the history
  • Loading branch information
ashi009 committed Dec 6, 2018
1 parent 485a268 commit 6e43701
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/rollup/rollup.config.js
Expand Up @@ -174,7 +174,6 @@ const config = {

if (enableCodeSplitting) {
config.experimentalCodeSplitting = true;
config.experimentalDynamicImport = true;
config.input = inputs;
config.output = {
format: 'TMPL_output_format',
Expand Down

0 comments on commit 6e43701

Please sign in to comment.