We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To allow users to set compiler options, you can use loader-utils to parse the loader's query into an object. They could be specified like this:
{ test: /\.ts$/, loader: 'ts-loader?target=ES3,module=AMD,-sourceMap' }
The text was updated successfully, but these errors were encountered:
Thanks, I'll definitely add this.
Sorry, something went wrong.
I've added this in v0.2.0 which has been published. One thing to note is I turned sourceMaps off by default (this mimics the behavior of css-loader).
Nice!
No branches or pull requests
To allow users to set compiler options, you can use loader-utils to parse the loader's query into an object. They could be specified like this:
The text was updated successfully, but these errors were encountered: