1. 23 1月, 2020 1 次提交
    • A
      [Experimental] Add built-in Sass support (#10133) · 8449ebc2
      Alexander Dreith 提交于
      * Add built-in Sass support
      
      * Add copy of CSS tests for SCSS
      
      * Fix failing tests
      
      * Fix url-loader tests
      
      * Remove css file generated by tests
      
      * Fix nprogress import for css file
      
      * Fix SCSS modules (still 2 tests that need investigating)
      
      * Update documentation for Sass support
      
      * Fix plain CSS import test
      
      * Fix formatting with prettier fix
      
      * Update test output to reflect scss usage
      
      * Revert "Fix plain CSS import test"
      
      This reverts commit 380319d9d0c4bfb19e28c210262ccd82d19f3556.
      
      # Conflicts:
      #	test/integration/scss-modules/test/index.test.js
      
      * Update loader structure
      
      * Resolve loaders before passing to compile function
      
      * Remove dead filter  code
      
      * Arrange loaders in order and push to array
      
      * Fix loader order bug
      
      * Fix global Sass loader and make module prepocessor optional
      
      * Adjust Sass Modules Implementation
      
      * Fix typo
      
      * Adjust regexps
      
      * Use regexes
      
      * Simplify global setup
      
      * Adjust comments
      
      * fix regex
      
      * Simplify identifier file
      
      * Update Sass Instructions
      
      * Remove unneeded fixtures
      
      * Adjust global tests
      
      * Remove wrapper
      
      * Update source maps
      
      * Flag scss behavior
      
      * Fix css property value
      
      * Update fixtures with Sass vars
      
      * Turn on Scss support
      
      * fix HMR test
      
      * Fix snapshots
      Co-authored-by: NTim Neutkens <tim@timneutkens.nl>
      Co-authored-by: NJoe Haddad <timer150@gmail.com>
      8449ebc2