This repository was archived by the owner on Jul 19, 2021. It is now read-only.
v1.0.0-beta.8
Pre-release
Pre-release
💔 Breaking
You will need to update your slate.config.js to the new, simplified, more powerful format. For more information see the new Slate Configuration wiki page.
There is no longer seperate development or production configurations. A configuration can return different values for prod or dev by checking if process.env.NODE_ENV === 'production' or process.env.NODE_ENV === 'development'.
🚀 Enhancement
slate-config,slate-cssvar-loader,slate-env,slate-rc,slate-sync,slate-tools
🐛 Bug Fix
📝 Documentation
🏠 Internal
slate-configslate-tools- #755 Add 'webpack.babel.exclude' config. (@t-kelly)
- #753 Add 'webpack.postcss.plugins' config to set plugins for PostCSS. (@t-kelly)
- #746 Add tests to Eslint config items. (@t-kelly)
- #745 Add tests to prettier config items. (@t-kelly)
- #744 Add config tests for stylelint. (@t-kelly)
- #743 Themelint config test. (@t-kelly)
- #742 Add test for 'webpack.entrypoints' config. (@t-kelly)
- #740 Add tests for 'webpack.config.extend.prod' and 'webpack.config.extend.dev'. (@t-kelly)
- #739 Add test for 'webpack.commonExcludes' config. (@t-kelly)
- #738 Add tests for cssnano config item. (@t-kelly)
slate-analytics,slate-env,slate-toolsslate-config,slate-toolsslate-analytics,slate-toolsslate-config,slate-cssvar-loader,slate-tools
Committers: 1
- Thomas Kelly (t-kelly)