Instead of all that gulp work can this vnext project be migrated to webpack using microsoft recommended setup?
by now everyone should be using:
- sass
- typescript
- bundling, minification for css and js
we need bundles when in #if RELEASE mode and all files when in #if DEBUG mode
Instead of all that gulp work can this vnext project be migrated to webpack using microsoft recommended setup?
by now everyone should be using:
we need bundles when in #if RELEASE mode and all files when in #if DEBUG mode