Skip to content

Commit

Permalink
Merge pull request #8 from contember/pr/cli-commonjs-loader
Browse files Browse the repository at this point in the history
cli: register ts-loader with commonjs module option
  • Loading branch information
matej21 committed Feb 28, 2020
2 parents 9a88567 + dc12adf commit a6b233d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/run.ts
Expand Up @@ -26,6 +26,7 @@ import { Application } from './cli'
register({
compilerOptions: {
experimentalDecorators: true,
module: 'commonjs',
},
})
const diffCommandFactory = () => new DiffCommand()
Expand Down

0 comments on commit a6b233d

Please sign in to comment.