Skip to content

remove deprecated stuff#5066

Merged
sokra merged 19 commits intonextfrom
deprecation/webpack-3
Sep 22, 2017
Merged

remove deprecated stuff#5066
sokra merged 19 commits intonextfrom
deprecation/webpack-3

Conversation

@sokra
Copy link
Copy Markdown
Member

@sokra sokra commented Jun 14, 2017

What kind of change does this PR introduce?
deprecation

Did you add tests for your changes?
no

If relevant, link to documentation update:
N/A

Summary
remove deprecated stuff
disallow module.loaders

Does this PR introduce a breaking change?
yes

Other information

@michael-ciniawsky
Copy link
Copy Markdown
Contributor

michael-ciniawsky commented Jun 14, 2017

https://webpack.js.org/api/loaders/#deprecated-context-properties

Unused

  • this.value
  • this.inputValue
  • this._compiler
  • this.resolveSync

Used

  • this.options: file-loader, worker-loader, ... (Maybe undeprecate ?)
  • this.minimze: sass-loader, css-loader, html-loader, ...
  • this._compilation: extract-text-webpack-plugin
  • this._module: file-loader
  • this.exec: postcss-loader (Would be good to undeprecate :))
  • this.debug: script-loader

@TrySound
Copy link
Copy Markdown
Contributor

TrySound commented Jun 14, 2017

this._compilation: worker-loader

@webpack-bot
Copy link
Copy Markdown
Contributor

Thank you for your pull request! The most important CI builds succeeded, we’ll review the pull request soon.

@FrogTheFrog
Copy link
Copy Markdown

this._compilation.options.output.publicPath: nested-require-loader

@sokra sokra changed the base branch from master to next September 11, 2017 09:25
@sokra sokra merged commit f39e19a into next Sep 22, 2017
@sokra sokra deleted the deprecation/webpack-3 branch September 22, 2017 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants