-
Notifications
You must be signed in to change notification settings - Fork 20
Migration Checklist 5.x to 6.x
Jan Rembold edited this page Jun 21, 2018
·
2 revisions
- Remove local node_modules folder
- All entry points for TypeScript, SCSS and HBS task must be prefixed with
index.
or named explicitlyindex.(scss|ts|hbs)
. All other files that do not match this pattern are ignored in the build process.
- 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
inprojectConfig.js