-
-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typescript support #747
Typescript support #747
Conversation
3d58946
to
e3e2220
Compare
loader: 'awesome-typescript-loader', | ||
options: { | ||
silent: true, | ||
useBabel: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this will break BabelEsmPlugin, which looks for babel-loader.
Would it be possible to run awesome-ts-loader as {enforce:'pre'}
and then pass /\.[tj]sx?/
files to babel-loader after?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm good question
335d940
to
8cea3ea
Compare
packages/cli/package.json
Outdated
@@ -108,6 +110,9 @@ | |||
"stack-trace": "0.0.10", | |||
"style-loader": "^0.23.1", | |||
"sw-precache-webpack-plugin": "^0.11.2", | |||
"terser-webpack-plugin": "^1.1.0", | |||
"typescript": "^3.3.3333", | |||
"unfetch": "^4.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious, what are we doing with unfetch ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good question, no idea where that came from, probably something old that slipped in
Would be great to get “plug and play” ts support |
41dabe3
to
ba8f4c0
Compare
7c29ba2
to
2d25317
Compare
2d25317
to
fd994f3
Compare
No description provided.