Skip to content
This repository was archived by the owner on May 29, 2022. It is now read-only.

Commit a933dd0

Browse files
committed
feat(index): add -loader suffix
done in preparation for webpack/webpack#3102
1 parent cc9cee1 commit a933dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export = function typescript({options = undefined, exclude = null} = {}) {
1010
return function typescript(this: WebpackConfigWithMetadata): WebpackConfigWithMetadata {
1111
const loader = {
1212
test: /\.tsx?$/,
13-
loader: 'awesome-typescript',
13+
loader: 'awesome-typescript-loader',
1414
exclude: exclude || (this.metadata.root ? [path.join(this.metadata.root, 'node_modules')] : [])
1515
} as any
1616

0 commit comments

Comments
 (0)