Skip to content

v3.8.1

Choose a tag to compare

@tomrav tomrav released this 16 Jul 14:50
· 1446 commits to master since this release

@stylable/webpack-plugin & @stylable/experimental-loader

  • refactor newly added diagnostics flags (alwaysWarning, warningAsError) to a single diagnosticsMode flag
    • auto (default) - warnings and errors will be emitted as is
    • strict - warnings and errors alike will be emitted as errors
    • loose - warnings and errors alike will be emitted as warnings

eslint-plugin-stylable

  • fix false diagnostics for valid computed member identifiers