Skip to content
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

refactor: modifying source map support to also support relative urls in stylesheets #165

Closed
wants to merge 12 commits into from

Commits on Jan 11, 2017

  1. Merge pull request webpack-contrib#160 from blainekasten/UpdateReadme

    Change Readme to use new Rule.use configuration
    TheLarkInn authored Jan 11, 2017
    Configuration menu
    Copy the full SHA
    5a1a0f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    700dd55 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2017

  1. Fixing broken relative and protocol-relative url() use in stylesheets…

    … when source maps are enabled. Chrome Canary 57.0.2981.0 and Firefox 50.1.0 support loading source maps when sourceMapURL directive is dynically added to a new or existing style element in the DOM. This means that style-loader can simply add the styles and sourceMapURL directive as text inside a style element and the source map will be loaded by the browser. Given the simpler insertion method, the relative and protocol-relative urls in stylesheets will not break.
    John Bai committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    b05a7c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. Merge pull request webpack-contrib#162 from d3viant0ne/d3viant0ne-Upd…

    …ateDocsForFinal
    
    chore(readme): Update to webpack standard format
    joshwiens authored Jan 20, 2017
    Configuration menu
    Copy the full SHA
    cb3c0b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2017

  1. Remove license link

    To allow inclusion in https://webpack.js.org/ docs.
    simon04 committed Feb 4, 2017
    Configuration menu
    Copy the full SHA
    79b2846 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2017

  1. Merge pull request webpack-contrib#169 from simon04/master

    Remove license link
    bebraw authored Feb 5, 2017
    Configuration menu
    Copy the full SHA
    d99f992 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2017

  1. Fixed link to local scope

    Update the link to css-loader local scope
    Joe Seifi authored Feb 18, 2017
    Configuration menu
    Copy the full SHA
    fc9ef25 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

  1. Merge pull request webpack-contrib#172 from joeshub/patch-1

    Fixed link to local scope
    bebraw authored Feb 20, 2017
    Configuration menu
    Copy the full SHA
    8ab1c5f View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

  1. fix deprecated warning

    ryantd committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    da2bc5a View commit details
    Browse the repository at this point in the history
  2. Merge pull request webpack-contrib#174 from ryani33/fix-deprecated-wa…

    …rning
    
    fix deprecated warning
    bebraw authored Feb 24, 2017
    Configuration menu
    Copy the full SHA
    13aa381 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11c54f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. Configuration menu
    Copy the full SHA
    54e91b5 View commit details
    Browse the repository at this point in the history