Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Releases: ionic-team/ionic-app-scripts

0.0.41

07 Nov 22:34
Compare
Choose a tag to compare

0.0.41 (2016-11-07)

Bug Fixes

  • webpack: use source-maps instead of eval for prod builds (fdd86be)

0.0.40

07 Nov 21:42
Compare
Choose a tag to compare

Breaking Changes

ionic_source_map variable is now used to drive the devtool (sourcemap) value for webpack. It now defaults to eval for faster builds. Set it to source-map for typescript sourcemaps.

Bug Fixes

  • sourcemaps: fix source maps for all files (066de6d)
  • sourcemaps: webpack .ts sourcemaps (bfca1be)
  • webpack: modify config to use IONIC_APP_SCRIPTS_DIR variable (2b7c606)

Features

  • events: emit bundler events (8d73da9)
  • exports: add templateUpdate and fullBuildUpdate (a31897d)
  • webpack source maps: make it easy to configure source map type (03565b7)

Performance Improvements

  • webpack: speed up webpack build by not using file-system and watches (23ad195)