Skip to content

Migration Checklist 5.x to 6.x

Jan Rembold edited this page Jun 21, 2018 · 2 revisions

System

  • Remove local node_modules folder

Filenames (TS, SCSS, HBS)

  • All entry points for TypeScript, SCSS and HBS task must be prefixed with index. or named explicitly index.(scss|ts|hbs). All other files that do not match this pattern are ignored in the build process.

Webpack

  • SCSS files are not watched anymore by default inside Webpack task (not related to general SCSS watch task!!!). To enable watching of SCSS files set config.webpack.watchScss: true in projectConfig.js