Skip to content

Commit

Permalink
fix: remove --inlineDynamicImports (it's never used)
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Dec 25, 2021
1 parent 612e959 commit ce15069
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/cli-main.ts
Expand Up @@ -65,10 +65,6 @@ export async function main(options: Options = {}) {
.option('--jsxFragment <jsxFragment>', 'Name of JSX fragment function', {
default: 'React.Fragment',
})
.option(
'--inlineDynamicImports',
'Create a single bundle that inline dynamic imports'
)
.option('--replaceNodeEnv', 'Replace process.env.NODE_ENV')
.option('--no-splitting', 'Disable code splitting')
.option('--clean', 'Clean output directory')
Expand Down

0 comments on commit ce15069

Please sign in to comment.