Skip to content

Version 8.1.1

Compare
Choose a tag to compare
@jaydenseric jaydenseric released this 20 Oct 22:26
· 17 commits to master since this release
  • Reverted recent postcss-loader update to v1.0.0. The major update contained breaking changes, causing our watch script to not respond to changes within imported CSS files. We must wait on postcss-import to update.
  • Fixed CSS source map.
    • Apparently css-loader needs ?sourceMap. Not sure when that became necessary.
    • Removed the # from the webpack devtool: '#source-map' config as it defaults to # anyway.