Improved Deprecation Strategy: Take 2 (#4410)
* Better deprecation strategy with bundle

* Fixes listing issues

* Optimization for Build Times with Rollup (#4411)

* Single build for both ES and CJS/UMD formats
* Simpler bundle mode
* rollup-watch is deprecated
1 parent c87433a commit c553993c8fdd1b4efe08b9dae2cd1188ad2105db
@Matt Karl Matt Karl authored on 8 Nov 2017
GitHub committed on 8 Nov 2017
Showing 80 changed files
View
bundles/pixi.js/package.json
View
bundles/pixi.js/rollup.config.js
View
bundles/pixi.js/src/deprecated.js 0 → 100644
View
bundles/pixi.js/src/deprecation.js 100644 → 0
View
bundles/pixi.js/src/index.js
View
bundles/pixi.js/test/index.js
View
filters/alpha/package.json
View
filters/alpha/rollup.config.js
View
filters/blur/package.json
View
filters/blur/rollup.config.js
View
filters/blur/src/BlurYFilter.js
View
filters/color-matrix/package.json
View
filters/color-matrix/rollup.config.js
View
filters/displacement/package.json
View
filters/displacement/rollup.config.js
View
filters/fxaa/package.json
View
filters/fxaa/rollup.config.js
View
filters/noise/package.json
View
filters/noise/rollup.config.js
View
packages/accessibility/package.json
View
packages/accessibility/rollup.config.js
View
packages/app/package.json
View
packages/app/rollup.config.js
View
packages/constants/package.json
View
packages/constants/rollup.config.js
View
packages/core/package.json
View
packages/core/rollup.config.js
View
packages/core/src/index.js
View
packages/display/package.json
View
packages/display/rollup.config.js
View
packages/extract/package.json
View
packages/extract/rollup.config.js
View
packages/fragments/package.json
View
packages/fragments/rollup.config.js
View
packages/graphics/package.json
View
packages/graphics/rollup.config.js
View
packages/interaction/package.json
View
packages/interaction/rollup.config.js
View
packages/loaders/package.json
View
packages/loaders/rollup.config.js
View
packages/math/package.json
View
packages/math/rollup.config.js
View
packages/mesh/package.json
View
packages/mesh/rollup.config.js
View
packages/mixin-cache-as-bitmap/package.json
View
packages/mixin-cache-as-bitmap/rollup.config.js
View
packages/mixin-get-child-by-name/package.json
View
packages/mixin-get-child-by-name/rollup.config.js
View
packages/mixin-get-global-position/package.json
View
packages/mixin-get-global-position/rollup.config.js
View
packages/particles/package.json
View
packages/particles/rollup.config.js
View
packages/polyfill/package.json
View
packages/polyfill/rollup.config.js
View
packages/prepare/package.json
View
packages/prepare/rollup.config.js
View
packages/settings/package.json
View
packages/settings/rollup.config.js
View
packages/sprite-animated/package.json
View
packages/sprite-animated/rollup.config.js
View
packages/sprite-tiling/package.json
View
packages/sprite-tiling/rollup.config.js
View
packages/sprite/package.json
View
packages/sprite/rollup.config.js
View
packages/spritesheet/package.json
View
packages/spritesheet/rollup.config.js
View
packages/text-bitmap/package.json
View
packages/text-bitmap/rollup.config.js
View
packages/text/package.json
View
packages/text/rollup.config.js
View
packages/ticker/package.json
View
packages/ticker/rollup.config.js
View
packages/utils/package.json
View
packages/utils/rollup.config.js
View
packages/utils/src/browser/deprecationWarn.js 100644 → 0
View
packages/utils/src/browser/getTestContext.js 100644 → 0
View
packages/utils/src/browser/index.js
View
packages/utils/src/deprecation.js 100644 → 0
View
packages/utils/src/index.js
View
tools/builder/index.js