Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Remove tslint-loader from prod build (again) #233

Merged
merged 1 commit into from
Jan 22, 2018

Conversation

DorianGrey
Copy link
Collaborator

Just been notified that tslint-loader somehow made it into the production config again: #165 (comment)

This one is not required due to the fork-ts-checker.

@johnnyreilly
Copy link

Was just about to do exactly the same!

@@ -136,17 +136,6 @@ module.exports = {
module: {
strictExportPresence: true,
rules: [
// TODO: Disable require.ensure as it's not a standard language feature.
Copy link

@caghand caghand Jan 22, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You do not need to remove these three lines starting with "TODO". As far as I can see, they are not related to the tslint-loader block. (Correct me if I am wrong.) I am pointing this out because webpack.config.dev.js still has these three lines. :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the hint - updated!

@wmonk
Copy link
Owner

wmonk commented Jan 22, 2018

Ah whoops this was my fault

@DorianGrey DorianGrey merged commit ee891ee into wmonk:master Jan 22, 2018
@wmonk
Copy link
Owner

wmonk commented Jan 22, 2018

Released in 2.13.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants