Skip to content

Edition Node Webpack - v2.0.0

Compare
Choose a tag to compare
@mbulfair mbulfair released this 13 Jun 14:17
· 19 commits to master since this release

Highlights

This edition now uses webpack 4, with the latest of the 2.x branch of pattern lab core. Yarn was also re-introduced but is not a requirement by any of the steps. Fixes to a majority of the outstanding bugs as well.

Changes

🆕 - Upgraded to Webpack 4, all dependencies are also updated to work with this version.
🆕 - patternlab-config.json now has a app element, that is specific to changing your instance.
🆕 - Added .editorconfig
🆕 - Added source/_app/samples/webpack.app.scss.js for those who wish to easily add .scss support.
✏️ - Changed the devServer settings to address issues with builds and watches
✏️ - Tested support for .json patterns
⏳ - Faster builds

Issues

🐛 - Addressed issue #27
🐛 - Fixed and tested issue #23
🐛 - Fixed issue #18
🆕 - Completed milestone #16
🐛 - Fixed issue #14